Mega Code Archive
Categories
/
Flex
/
Components
Bind HBox backgroundColor to ColorPicker colorValue
[Bindable] public var colorValue:int = 0x333999; public function changeHBoxStyle():void { colorValue = cp.selectedColor; }