Colorpiker V. 1.0 Documentation

 

Properties
Name Type Description
align String Property indicates the direction of colorpiker panel
  1. left:String
  2. right:String
  3. top:String .
  4. bottom:String .
bgColor Number A Hexadecimal Color value of the colorpiker background.
defaultColor Number A Hexadecimal Color value of the colorpiker
enable Boolean Property indicates whether the component is efficient (true) or not (false). the default value =true.
skinShadowColor Number A Hexadecimal Color value of the colorpiker skin shadow
textColor Number

A Hexadecimal Color value of the colorpiker text .

Methods
Name Return Type Description
getCurrenColor( ) String get string value for the current color of the colorpiker component .

Example

myTooltip.getCurrenColor();
Events
Name Return Value Description
onColorSelected type
target

Triggered when the colorpiker component completed color selection

Example

myColorpiker.onColorSelected= function(target_mc) {
     trace("onColorSelected Started.");
}