argb¶
Represents a color
Members¶
int A¶
- Alpha channel value.
int R¶
- Red color value.
int G¶
- Green color value.
int B¶
- Blue color value.
int Int¶
- The integer formed by the ARGB.
string To String¶
- The hex value of the integer formed by the ARGB.