Method AsUInt
AsUInt()
Gets the 32-bit ARGB value of this Color structure.
public uint AsUInt()
Returns
Remarks
The byte-ordering of the 32-bit ARGB value is AARRGGBB. The most significant byte (MSB), represented by AA, is the alpha component value. The second, third, and fourth bytes, represented by RR, GG, and BB, respectively, are the color components red, green, and blue, respectively.