Version: 2023.2
언어: 한국어
public static string ToHtmlStringRGBA (Color color);

파라미터

color The color to be converted.

반환

string Hexadecimal string representing the color.

설명

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

Additional resources: ColorUtility.ToHtmlStringRGB.