libpcidsk
|
Interface to PCIDSK pseudo-color segment. More...
#include <pcidsk_pct.h>
Public Member Functions | |
virtual void | ReadPCT (unsigned char pct[768])=0 |
Read a PCT Segment (SEG_PCT). | |
virtual void | WritePCT (unsigned char pct[768])=0 |
Write a PCT Segment. |
Interface to PCIDSK pseudo-color segment.
virtual void PCIDSK::PCIDSK_PCT::ReadPCT | ( | unsigned char | pct[768] | ) | [pure virtual] |
Read a PCT Segment (SEG_PCT).
pct | Pseudo-Color Table buffer (768 entries) into which the pseudo-color table is read. It consists of the red gun output values (pct[0-255]), followed by the green gun output values (pct[256-511]) and ends with the blue gun output values (pct[512-767]). |
virtual void PCIDSK::PCIDSK_PCT::WritePCT | ( | unsigned char | pct[768] | ) | [pure virtual] |
Write a PCT Segment.
pct | Pseudo-Color Table buffer (768 entries) from which the pseudo-color table is written. It consists of the red gun output values (pct[0-255]), followed by the green gun output values (pct[256-511]) and ends with the blue gun output values (pct[512-767]). |