| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.util.ColorHelper
Method Summary | |
| public static | getColor ( clr: Object ) |
| Converts a RGB color object to a hex value | |
| public static | getColorWheel ( clr ) |
| Returns an color wheel array of six colors based on a specified color | |
| public static | getRGB ( clr: Number ): Object |
| Converts a color hex value to RGB color object | |
| public static | HSVtoRGB ( HSV ) |
| Converts a HSB color object to a RGB object | |
| public static | RGBtoHSB ( RGB ) |
| Converts a RGB color object to a HSB object | |
|
| Converts a RGB color object to a hex value |
|
| Returns an color wheel array of six colors based on a specified color | |||
|
|
| Converts a color hex value to RGB color object |
|
| Converts a HSB color object to a RGB object |
|
| Converts a RGB color object to a HSB object |