mp_traversals
Terrible Traversals
|
A color picker class using your own color picking algorithm. More...
#include <MyColorPicker.h>
Public Member Functions | |
HSLAPixel | getColor (unsigned x, unsigned y) |
Picks the color for pixel (x, y). More... | |
Public Member Functions inherited from ColorPicker | |
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... | |
A color picker class using your own color picking algorithm.
|
virtual |