MP4
DFS and BFS using Stacks and Queues
MyColorPicker Class Reference

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...
 

Detailed Description

A color picker class using your own color picking algorithm.

Member Function Documentation

HSLAPixel MyColorPicker::getColor ( unsigned  x,
unsigned  y 
)
virtual

Picks the color for pixel (x, y).

Using your own algorithm

Implements ColorPicker.


The documentation for this class was generated from the following files: