ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
The HSVColorPicker delegate protocol. More...
#include <HSVColorPicker.h>
Data Fields | |
void(* | didPickColor )(HSVColorPicker *hsvColorPicker, double hue, double saturation, double value) |
Called by the HSVColorPicker when color selection changes. More... | |
ident | self |
The delegate self-reference. More... | |
The HSVColorPicker delegate protocol.
Definition at line 43 of file HSVColorPicker.h.
void(* HSVColorPickerDelegate::didPickColor) (HSVColorPicker *hsvColorPicker, double hue, double saturation, double value) |
Called by the HSVColorPicker when color selection changes.
hsvColorPicker | The HSVColorPicker. |
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 HSVColorPicker.h.
ident HSVColorPickerDelegate::self |
The delegate self-reference.
Definition at line 48 of file HSVColorPicker.h.