| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Number | +--xp.system.SolidColorBrush
Field Summary | |
| public | alpha: Number |
| An alpha value; valid values are 0–100. If the value is less than 0, Flash uses 0. If the value is greater than 100, Flash uses 100. | |
| public static | Black: SolidColorBrush |
| static black color brush | |
| public | color: Number |
| An RGB hex color value (for example, red is 0xFF0000, blue is 0x0000FF, and so on). | |
| public static | RGBMode: Boolean |
| A 24Bit RGB value is the same as a 32Bit ARGB value with alpha 0. If true then 24 bit numbers and 32bit numbers with 0x00 will be assumed to have alpha=100 | |
| public static | Transparent: SolidColorBrush |
| static transparent color brush | |
| public static | White: SolidColorBrush |
| static white color brush | |
Constructor | |
| public | SolidColorBrush ( color: Number, alpha: Number) |
| Initializes a new SolidColorBrush object of the specified color. | |
Method Summary | |
| public | clone ( ): Object |
| Clones this brush | |
| public var alpha: Number |
| An alpha value; valid values are 0–100. If the value is less than 0, Flash uses 0. If the value is greater than 100, Flash uses 100. |
| public static var Black: SolidColorBrush |
| static black color brush |
| public var color: Number |
| An RGB hex color value (for example, red is 0xFF0000, blue is 0x0000FF, and so on). |
| public static var RGBMode: Boolean |
| A 24Bit RGB value is the same as a 32Bit ARGB value with alpha 0. If true then 24 bit numbers and 32bit numbers with 0x00 will be assumed to have alpha=100 |
| public static var Transparent: SolidColorBrush |
| static transparent color brush |
| public static var White: SolidColorBrush |
| static white color brush |
|
| Initializes a new SolidColorBrush object of the specified color. | ||||||
|
|
| Clones this brush |
|