nanos world API Reference Unofficial documentation
Static function Shared

Color.FromHSV

Returns a color from the HSV format

Syntax

Lua
Color.FromHSV(h = 0, s = 0, v = 0)

Parameters

Name Type Default Description
h optional number 0 Hue
s optional number 0 Saturation
v optional number 0 Value

Returns