CLUT Class Reference

CLUT (Color Lookup Table) class for writing some color TIFF image files. More...

#include <TIFFWriter.h>

List of all members.

Public Member Functions

 CLUT ()
 CLUT constructor. Initial CLUT is empty.

Public Attributes

int r_entries
 number of table entries for red
int r_first_value
 index (offset) of first value in table
int r_num_bits
 number of bits per table entry (8 or 16 only)
int r_bytes
 bytes used by table
int g_entries
 number of table entries for green
int g_first_value
 index (offset) of first value in table
int g_num_bits
 number of bits per table entry (8 or 16 only)
int g_bytes
 bytes used by table
int b_entries
 number of table entries for blue
int b_first_value
 index (offset) of first value in table
int b_num_bits
 number of bits per table entry (8 or 16 only)
int b_bytes
 bytes used by table
uint8 * r_table8
 if r_num_bits == 8
uint16 * r_table16
 if r_num_bits == 16
uint8 * g_table8
 if g_num_bits == 8
uint16 * g_table16
 if g_num_bits == 16
uint8 * b_table8
 if b_num_bits == 8
uint16 * b_table16
 if b_num_bits == 16


Detailed Description

CLUT (Color Lookup Table) class for writing some color TIFF image files.

For optional use with TIFFWriter class.


The documentation for this class was generated from the following file:
Generated on Thu Jan 12 10:28:49 2006 by  doxygen 1.4.5