mp_traversals
Terrible Traversals
|
The base class for different color picking algorithms All color picking classes inherit from this class. More...
#include <ColorPicker.h>
Public Member Functions | |
virtual | ~ColorPicker () |
Class destructor. More... | |
virtual HSLAPixel | getColor (unsigned x, unsigned y)=0 |
Select a color for the given point (x, y) All derived classes needs to implement this. More... | |
The base class for different color picking algorithms All color picking classes inherit from this class.
|
inlinevirtual |
Class destructor.
|
pure virtual |
Select a color for the given point (x, y) All derived classes needs to implement this.
Implemented in GradientColorPicker, GridColorPicker, SolidColorPicker, MyColorPicker, and RainbowColorPicker.