A 'color picker' cursor.
Used by the FvColorChooser component.
new FvColorPickerCursor()
public function FvColorPickerCursor()
Constructor.
Cursor properties are initialized with constants values.
static public CURSOR_COLOR:Number
public color:Number
static public function getInstance():FvColorPickerCursor
Returns a unique FvCursor instance.
static public function show():Void
Shows cursor and hides the system cursor.
static public function hide():Void
Hides cursor and shows the default system cursor.
public function repaint():Void
Concrete drawing implementation.