![]() |
Public API Reference |
#include <cscwheel.h>
Inheritance diagram for csColorWheel:
Public Methods | |
csColorWheel (csComponent *iParent) | |
Create a object of ColorWheel class. More... | |
virtual | ~csColorWheel () |
Destroy the color wheel object. More... | |
virtual bool | HandleEvent (iEvent &Event) |
Handle input events. More... | |
virtual void | Draw () |
Draw the wheel. More... | |
void | SetHS (float iH, float iS) |
Set H and S components. More... | |
void | GetHS (float &oH, float &oS) |
Query the H and S components. More... |
Definition at line 47 of file cscwheel.h.
|
Create a object of ColorWheel class.
|
|
Destroy the color wheel object.
|
|
Draw the wheel.
Reimplemented from csStatic. |
|
Query the H and S components.
Definition at line 65 of file cscwheel.h. |
|
Handle input events.
Reimplemented from csStatic. |
|
Set H and S components.
|