ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Data Fields
HueColorPickerDelegate Struct Reference

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...
 

Detailed Description

The HueColorPicker delegate protocol.

Definition at line 43 of file HueColorPicker.h.

Field Documentation

◆ didPickColor

void(* HueColorPickerDelegate::didPickColor) (HueColorPicker *hueColorPicker, double hue, double saturation, double value)

Called by the HueColorPicker when hue selection changes.

Parameters
hueColorPickerThe HueColorPicker.
hueThe hue (0.0 - 360.0).
saturationThe saturation (0.0 - 1.0).
valueThe brightness value (0.0 - 1.0).

Definition at line 57 of file HueColorPicker.h.

◆ self

ident HueColorPickerDelegate::self

The delegate self-reference.

Definition at line 48 of file HueColorPicker.h.


The documentation for this struct was generated from the following file: