#include <format.h>
Collaboration diagram for PixmapFormat::FMT:
Public Attributes | |
Format | format |
General format of image (see above):. | |
signed char | bits [MaxChannels] |
For internal use only.
Mostly internal use for format description storage:
Definition at line 118 of file format.h.
|
The number of bits for each channel; array[nchannels]. Special value FloatBits meaning that flt values are stored. Definition at line 125 of file format.h. Referenced by PixmapFormat::_set(), and PixmapFormat::bits(). |
|
General format of image (see above):.
Definition at line 121 of file format.h. Referenced by PixmapFormat::_set(), PixmapFormat::format(), PixmapFormat::nchannels(), PixmapFormat::operator!=(), and PixmapFormat::operator==(). |