Hex.ToHexRGBA
Extension Method in Hex
Declaration
public static int ToHexRGBA(this Color color)
Description
Converts the color to a hexadecimal integer in the RGBA format (RRGGBBAA), e.g., 0xffff0080.
Parameters
color | The color to convert. |
Returns
int | The hexadecimal integer. |