DrawRGBToHex CallableDrawRGBToHex(color): `#${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