ColorUtility.ToHtmlStringRGB

Declaration

public static string ToHtmlStringRGB(Color color);

Parameters

color The color to be converted.

Returns

string Hexadecimal string representing the color.

Description

Returns the color as a hexadecimal string in the format "RRGGBB".

Additional resources: ColorUtility.ToHtmlStringRGBA.


Did you find this page useful? Please give it a rating: