Tanoda
|
Public Member Functions | |
void | AssignColor (ColorValues type, float value) |
void | AssignColor (Color color) |
float | GetValue (ColorValues type) |
void | ToggleColorSliders () |
Public Attributes | |
ColorPickerSetup | Setup |
ColorChangedEvent | onValueChanged = new ColorChangedEvent() |
HSVChangedEvent | onHSVChanged = new HSVChangedEvent() |
Properties | |
Color | CurrentColor [get, set] |
float | H [get, set] |
float | S [get, set] |
float | V [get, set] |
float | R [get, set] |
float | G [get, set] |
float | B [get, set] |
Definition at line 5 of file ColorPicker.cs.
void ColorPicker.AssignColor | ( | Color | color | ) |
Definition at line 220 of file ColorPicker.cs.
void ColorPicker.AssignColor | ( | ColorValues | type, |
float | value | ||
) |
Definition at line 190 of file ColorPicker.cs.
float ColorPicker.GetValue | ( | ColorValues | type | ) |
Definition at line 225 of file ColorPicker.cs.
void ColorPicker.ToggleColorSliders | ( | ) |
Definition at line 248 of file ColorPicker.cs.
HSVChangedEvent ColorPicker.onHSVChanged = new HSVChangedEvent() |
Definition at line 20 of file ColorPicker.cs.
ColorChangedEvent ColorPicker.onValueChanged = new ColorChangedEvent() |
Definition at line 19 of file ColorPicker.cs.
ColorPickerSetup ColorPicker.Setup |
Definition at line 17 of file ColorPicker.cs.
|
getset |
Definition at line 136 of file ColorPicker.cs.
|
getset |
Definition at line 22 of file ColorPicker.cs.
|
getset |
Definition at line 120 of file ColorPicker.cs.
|
getset |
Definition at line 56 of file ColorPicker.cs.
|
getset |
Definition at line 104 of file ColorPicker.cs.
|
getset |
Definition at line 72 of file ColorPicker.cs.
|
getset |
Definition at line 88 of file ColorPicker.cs.