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. | |
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. | |
| static RgbColor | FromArgb (byte a, byte r, byte g, byte b) |
| Construct a RgbColor from A, R, G and B values. | |
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.