Hex.ToHexARGB
Extension Method in Hex
Declaration
public static int ToHexARGB(this Color color)Description
Converts the color to a hexadecimal integer in the ARGB format (AARRGGBB), e.g., 0x80ffff00.
Parameters
| color | The color to convert. |
Returns
| int | The hexadecimal integer. |