Hex.ToHexStringRGBA
Extension Method in Hex
Declaration
public static string ToHexStringRGBA(this Color color)Description
Converts the color to a hexadecimal string in the RGBA format (RRGGBBAA), e.g., "#ffff0080".
Parameters
| color | The color to convert. |
Returns
| string | The hexadecimal string. |