PColourCIET Struct Reference

#include <colmodel.h>

List of all members.

Public Attributes

PColourValue X: 8
PColourValue Y: 8
PColourValue Z: 8
PColourValue Transparent: 8


Detailed Description

Comment: Components = X, Y, Z, Transparent

This structure defines a colour in terms of XYZT components. The X,Y,Z define a point in the CIE colourspace.

Each component is represented as an 8.24 bit fixed point fraction between 0.0 (0x00000000) and 1.0 (0x01000000).

See also:
ColourModel; ColourGeneric; ColourRGBT; ColourCMYK; ColourHSVT; ColourGreyT; ColourCIET; IndexedColour

Definition at line 412 of file colmodel.h.


Member Data Documentation

PColourValue PColourCIET::Transparent
 

Definition at line 417 of file colmodel.h.

PColourValue PColourCIET::X
 

Definition at line 414 of file colmodel.h.

PColourValue PColourCIET::Y
 

Definition at line 415 of file colmodel.h.

PColourValue PColourCIET::Z
 

Definition at line 416 of file colmodel.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 03:59:41 2007 for Camelot by  doxygen 1.4.4