| Package | org.axiis.paint |
| Class | public class LayoutPalette |
| Inheritance | LayoutPalette flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| colors : Array
The gradient of colors produced by this LayoutPalette. | LayoutPalette | ||
| currentColor : Number [read-only]
The color at index layout.currentIndex in the colors Array. | LayoutPalette | ||
| layout : AbstractLayout [read-only]
The Layout this LayoutPalette should use to determine how many colors
to produce and to determine which color is the "current" one. | LayoutPalette | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | LayoutPalette | ||
| colors | property |
colors:Array [read-write] The gradient of colors produced by this LayoutPalette.
This property can be used as the source for data binding.
public function get colors():Array public function set colors(value:Array):void| currentColor | property |
currentColor:Number [read-only] The color at index layout.currentIndex in the colors Array.
This property can be used as the source for data binding.
public function get currentColor():Number| layout | property |
layout:AbstractLayout [read-only] The Layout this LayoutPalette should use to determine how many colors to produce and to determine which color is the "current" one.
This property can be used as the source for data binding.
public function get layout():AbstractLayout| LayoutPalette | () | Constructor |
public function LayoutPalette()Constructor.