Packagestimulsoft.controls_old.visual
Classpublic class StiColorChoiser
InheritanceStiColorChoiser Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  alphaComboBox : StiAlphaComboBox
StiColorChoiser
  color : StiColor
StiColorChoiser
  mainColorSpace : Image
StiColorChoiser
  newColorPanel : Canvas
StiColorChoiser
  previusColorPanel : Canvas
StiColorChoiser
  radioButtonBlue : StiRadioButton
StiColorChoiser
  radioButtonGreen : StiRadioButton
StiColorChoiser
  radioButtonHue : StiRadioButton
StiColorChoiser
  radioButtonLightness : StiRadioButton
StiColorChoiser
  radioButtonRed : StiRadioButton
StiColorChoiser
  radioButtonSaturation : StiRadioButton
StiColorChoiser
  subColorSpace : Image
StiColorChoiser
  textInputBlue : StiTextInput
StiColorChoiser
  textInputGreen : StiTextInput
StiColorChoiser
  textInputHue : StiTextInput
StiColorChoiser
  textInputLightness : StiTextInput
StiColorChoiser
  textInputRed : StiTextInput
StiColorChoiser
  textInputSaturation : StiTextInput
StiColorChoiser
  t_hex : StiTextInput
StiColorChoiser
Public Methods
 MethodDefined By
  
Constructor.
StiColorChoiser
Property Detail
alphaComboBoxproperty
public var alphaComboBox:StiAlphaComboBox

This property can be used as the source for data binding.

colorproperty 
color:StiColor


Implementation
    public function get color():StiColor
    public function set color(value:StiColor):void
mainColorSpaceproperty 
public var mainColorSpace:Image

This property can be used as the source for data binding.

newColorPanelproperty 
public var newColorPanel:Canvas

This property can be used as the source for data binding.

previusColorPanelproperty 
public var previusColorPanel:Canvas

This property can be used as the source for data binding.

radioButtonBlueproperty 
public var radioButtonBlue:StiRadioButton

This property can be used as the source for data binding.

radioButtonGreenproperty 
public var radioButtonGreen:StiRadioButton

This property can be used as the source for data binding.

radioButtonHueproperty 
public var radioButtonHue:StiRadioButton

This property can be used as the source for data binding.

radioButtonLightnessproperty 
public var radioButtonLightness:StiRadioButton

This property can be used as the source for data binding.

radioButtonRedproperty 
public var radioButtonRed:StiRadioButton

This property can be used as the source for data binding.

radioButtonSaturationproperty 
public var radioButtonSaturation:StiRadioButton

This property can be used as the source for data binding.

subColorSpaceproperty 
public var subColorSpace:Image

This property can be used as the source for data binding.

t_hexproperty 
public var t_hex:StiTextInput

This property can be used as the source for data binding.

textInputBlueproperty 
public var textInputBlue:StiTextInput

This property can be used as the source for data binding.

textInputGreenproperty 
public var textInputGreen:StiTextInput

This property can be used as the source for data binding.

textInputHueproperty 
public var textInputHue:StiTextInput

This property can be used as the source for data binding.

textInputLightnessproperty 
public var textInputLightness:StiTextInput

This property can be used as the source for data binding.

textInputRedproperty 
public var textInputRed:StiTextInput

This property can be used as the source for data binding.

textInputSaturationproperty 
public var textInputSaturation:StiTextInput

This property can be used as the source for data binding.

Constructor Detail
StiColorChoiser()Constructor
public function StiColorChoiser()

Constructor.