#include <ColorMap.h>
Inheritance diagram for prapi::ColorMap< T >:

It is just a list of RGBColor objects and it is used by some image codecs.
Public Methods | |
| ColorMap (int initialSlots=16, int blockSize=16) | |
| ColorMap (const ColorMap &other) | |
| ColorMap (const List< RGBColor< T > > &other) | |
| ColorMap & | operator= (const ColorMap &other) |
| void | generateGrayMap (int levels=256, T min=0, T max=256) |
| Generate a map of gray values. | |
| List< T > | getChannel (int index) |
| Get one channel from the color map as a list. | |
|
||||||||||||||||||||
|
Generate a map of gray values.
|
|
||||||||||
|
Get one channel from the color map as a list.
|