XPMPredefinedColor

Represents for predefined xpm color

Members

Functions

opBinaryRight
int opBinaryRight(char[] str)

Compare operator to ease using this struct in search algorithms

opCmp
int opCmp(XPMPredefinedColor other)
int opCmp(char[] str)

Compare operator to ease using this struct in search algorithms

Variables

blue
ubyte blue;

Blue value

green
ubyte green;

Green value

name
string name;

Color name

red
ubyte red;

Red value

Meta