Lysa.ui  0.0
Lysa 3D Engine
ColorPickerComponent Enum Referenceenum

Detailed Description

Color component identifying a row of a ColorPicker.

Lua full name: lysa.ui.ColorPickerComponent

Constants

integer RED
 First component: red, or hue in HSV mode.
 
integer GREEN
 Second component: green, or saturation in HSV mode.
 
integer BLUE
 Third component: blue, or brightness in HSV mode.
 
integer ALPHA
 Fourth component: alpha.
 

Enumerator Documentation

integer RED

First component: red, or hue in HSV mode.

integer GREEN

Second component: green, or saturation in HSV mode.

integer BLUE

Third component: blue, or brightness in HSV mode.

integer ALPHA

Fourth component: alpha.