|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The HueColorPicker delegate protocol. More...
#include <HueColorPicker.h>
Data Fields | |
| void(* | didPickColor )(HueColorPicker *hueColorPicker, double hue, double saturation, double value) |
| Called by the HueColorPicker when hue selection changes. More... | |
| ident | self |
| The delegate self-reference. More... | |
The HueColorPicker delegate protocol.
Definition at line 43 of file HueColorPicker.h.
| void(* HueColorPickerDelegate::didPickColor) (HueColorPicker *hueColorPicker, double hue, double saturation, double value) |
Called by the HueColorPicker when hue selection changes.
| hueColorPicker | The HueColorPicker. |
| hue | The hue (0.0 - 360.0). |
| saturation | The saturation (0.0 - 1.0). |
| value | The brightness value (0.0 - 1.0). |
Definition at line 57 of file HueColorPicker.h.
| ident HueColorPickerDelegate::self |
The delegate self-reference.
Definition at line 48 of file HueColorPicker.h.