FunctionsDrawRGBToHexDrawRGBToHex CallableDrawRGBToHex(color: readonly [number, number, number]): `#${string}`Converts a RGB color to a hex color stringParameterscolor: readonly [number, number, number]RGB color to converReturns `#${string}`Hex color string
Converts a RGB color to a hex color string