Struct XPMPredefinedColor
Represents for predefined xpm color
struct XPMPredefinedColor;
Fields
| Name | Type | Description |
|---|---|---|
blue
|
ubyte | Blue value |
green
|
ubyte | Green value |
name
|
string | Color name |
red
|
ubyte | Red value |
Methods
| Name | Description |
|---|---|
opBinaryRight
(str)
|
Compare operator to ease using this struct in search algorithms |
opCmp
(other)
|
Compare operator to ease using this struct in search algorithms |