Color type resembling that of System.Drawing.Color
but which can be used without the System.Drawing dependency.
More...
Public Member Functions | |
int | ToArgb () |
Return the 32 bit integer encoding the AARRGGBB value of this color. More... | |
Static Public Member Functions | |
static RgbColor | FromArgb (int val) |
Construct a RgbColor from 32 bit integer that contains the values for ARGB as (hex) AARRGGBB. More... | |
static RgbColor | FromArgb (byte a, byte r, byte g, byte b) |
Construct a RgbColor from A, R, G and B values. More... | |
Color type resembling that of System.Drawing.Color
but which can be used without the System.Drawing dependency.
|
static |
|
static |
int ToArgb | ( | ) |
Return the 32 bit integer encoding the AARRGGBB value of this color.