The "color_get_hex" FunctionSyntax#color_get_hex(color);CopyArgumentTypeDescriptioncolorcolorAn RGB color to convert to HexDescription#Returns a Hex color code, as a string, from an RGB color. Result will be formatted as #RRGGBB.Example#color = color_get_hex(c_red);Copy