Class hsv_color

Version added: 11
If necessary, instances of this class can be created by:

- Local variable:
local hsvCol = LM.hsv_color:new_local()

- Global (see Script Structure about conventions for naming globals):
XX_hsvCol = LM.hsv_color:new()

Properties of hsv_color:

Name Type Description Ver
h int The Hue component 11
s int The Saturation component 11
v int The Value (or Brightness) component 11
a int The Alpha (Transparency) component 11