#include <cscwheel.h>
Inheritance diagram for csColorWheel:
Public Methods | |
csColorWheel (csComponent *iParent) | |
Create a object of ColorWheel class. | |
virtual | ~csColorWheel () |
Destroy the color wheel object. | |
virtual bool | HandleEvent (iEvent &Event) |
Handle input events. | |
virtual void | Draw () |
Draw the wheel. | |
void | SetHS (float iH, float iS) |
Set H and S components. | |
void | GetHS (float &oH, float &oS) |
Query the H and S components. |