|
MP4
DFS and BFS using Stacks and Queues
|
A color picker class using your own color picking algorithm. More...
#include "MyColorPicker.h"
Inheritance diagram for MyColorPicker:
Collaboration diagram for MyColorPicker: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... | |
A color picker class using your own color picking algorithm.
|
virtual |