Hex.ToHexStringARGB
Extension Method in Hex
Declaration
public static string ToHexStringARGB(this Color color)Description
Converts the color to a hexadecimal string in the ARGB format (AARRGGBB), e.g., "#80ffff00".
Parameters
| color | The color to convert. |
Returns
| string | The hexadecimal string. |