HPGS - HPGl Script
|
A PCL palette as used by PCL push/pop palette. More...
#include <hpgsreader.h>
Data Fields | |
hpgs_palette_color | colors [256] |
hpgs_palette_color | last_color |
int | cid_space |
int | cid_enc |
int | cid_bpi |
int | cid_bpc [3] |
A PCL palette as used by PCL push/pop palette.
This structure holds all properties which are saved/resoterd through PCL push/pop palette.
int hpgs_reader_pcl_palette_st::cid_bpc[3] |
PCL Bits per color component.
int hpgs_reader_pcl_palette_st::cid_bpi |
PCL Bits per color index.
int hpgs_reader_pcl_palette_st::cid_enc |
The current PCL pixel encoding scheme.
int hpgs_reader_pcl_palette_st::cid_space |
The current PCL color space.
hpgs_palette_color hpgs_reader_pcl_palette_st::colors[256] |
The palette colors.
hpgs_palette_color hpgs_reader_pcl_palette_st::last_color |
The PCL color currently being assembled.