#include <mi32/colormap.h>
Public Member Functions | |
| ERRVALUE | AllocTable () |
| void | Clear () |
| HISTORGB () | |
| HISTORGB & | operator+= (const HISTORGB &rhs) |
| void | SetSize (INT16 NewRedBits, INT16 NewGreenBits, INT16 NewBlueBits) |
| ~HISTORGB () | |
Public Attributes | |
| INT16 | BlueBits |
| INT16 | EntrySize |
| INT16 | GreenBits |
| INT16 | RedBits |
| UINT16 * | table |
Definition at line 207 of file colormap.h.
|
|
Definition at line 217 of file colormap.h. |
|
|
Definition at line 226 of file colormap.h. |
|
|
Allocate table of appropriate size.
Definition at line 248 of file colormap.h. |
|
|
Clear table contents.
Definition at line 257 of file colormap.h. |
|
|
Definition at line 233 of file colormap.h. |
|
||||||||||||||||
|
Set size, will free table if size changes.
Definition at line 266 of file colormap.h. |
|
|
Definition at line 212 of file colormap.h. |
|
|
Table entry size (currently must be 2).
Definition at line 209 of file colormap.h. |
|
|
Definition at line 211 of file colormap.h. |
|
|
Color significance, used to determine array dimensions.
Definition at line 210 of file colormap.h. |
|
|
Definition at line 213 of file colormap.h. |
1.3.8-20040913