IColor interface
Color used in some UI components
Properties
blue | Blue coordinate: 0-255 |
green | Green coordinate: 0-255 |
name | Optional color name; may or may not be used by various controls |
red | Red coordinate: 0-255 |
Property Details
blue
Blue coordinate: 0-255
blue: number
Property Value
number
green
Green coordinate: 0-255
green: number
Property Value
number
name
Optional color name; may or may not be used by various controls
name?: string
Property Value
string
red
Red coordinate: 0-255
red: number
Property Value
number