Class hsv_color
Version added: 11.0
If necessary, instances of this class can be created by:
- Local variable:
- Global (see Script Structure about conventions for naming globals):
- 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 |
a | int | The Alpha (Transparency) component | 11.0 |
h | int | The Hue component | 11.0 |
s | int | The Saturation component | 11.0 |
v | int | The Value (or Brightness) component | 11.0 |