Spark Color Picker
Spark based Color Picker Component : Check the code base
https://gist.github.com/1527354 – Usage
https://gist.github.com/1527366
https://gist.github.com/1527361
https://gist.github.com/1527358
Spark based Color Picker Component : Check the code base
https://gist.github.com/1527354 – Usage
https://gist.github.com/1527366
https://gist.github.com/1527361
https://gist.github.com/1527358
To use maintainAspectRatio true in your Spark Image, use the fillMode=”scale” and scaleMode=”letterbox”
<s:Image id=”img” smooth=”true” fillMode=”scale” scaleMode=”letterbox” />
due to : spark.primitives.BitmapImage
private function get maintainAspectRatio():Boolean{
return (_scaleMode == BitmapScaleMode.LETTERBOX && _fillMode == BitmapFillMode.SCALE);}
Code Snippet for SVG Editor tool using AS3 https://gist.github.com/1506440
Code Snippet to Color Transform the Image https://gist.github.com/1505064
To Solve the problem : Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.
Keep the AIR xml rendermode property into gpu
gpu
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||