Method ToRGBAHex
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
ToRGBAHex(Color)
Converts a color to an eight-character string of the RGBA values of the color in hexadecimal.
[Version(4, 3, 0)]
public static string ToRGBAHex(Color color)
Parameters
color
ColorThe color to convert.
Returns
- string
The color as a hexadecimal string.