Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Select (Color rgba) |
void | Select (HSVColor hsv) |
Properties | |
Color | RGBA [get, set] |
HSVColor | HSV [get, set] |
Private Member Functions | |
void | SetupComponents (Color rgba) |
Private Attributes | |
Image | colorImage |
Color | rgba |
HSVColor | hsv |
Slider | slider |
Definition at line 5 of file SelectedColorController.cs.
|
inline |
Definition at line 43 of file SelectedColorController.cs.
References hsv, rgba, Empyrean.Utils.Colorist.RGBtoHSV(), and SetupComponents().
Referenced by Empyrean.ColorPicker.ColorPicker.OnColorPickedFromPalette(), Empyrean.ColorPicker.ColorPicker.SelectColor(), and Empyrean.ColorPicker.ColorPicker.UpdateColor().
|
inline |
Definition at line 50 of file SelectedColorController.cs.
References hsv, Empyrean.Utils.Colorist.HSVtoRGB(), rgba, and SetupComponents().
|
inlineprivate |
|
private |
Definition at line 8 of file SelectedColorController.cs.
|
private |
Definition at line 14 of file SelectedColorController.cs.
Referenced by Select().
|
private |
Definition at line 11 of file SelectedColorController.cs.
Referenced by Select(), and SetupComponents().
|
private |
Definition at line 17 of file SelectedColorController.cs.
|
getset |
Definition at line 31 of file SelectedColorController.cs.
Referenced by Empyrean.ColorPicker.ColorPicker.UpdateColorPicker(), and Empyrean.ColorPicker.ColorPicker.UpdateSlidersValues().
|
getset |
Definition at line 19 of file SelectedColorController.cs.
Referenced by Empyrean.ColorPicker.ColorPicker.StartDropper(), Empyrean.ColorPicker.ColorPicker.UpdateColorPicker(), and Empyrean.ColorPicker.ColorPicker.UpdateSlidersValues().