PColourGeneric Struct Reference

#include <colmodel.h>

List of all members.

Public Attributes

PColourValue Component1: 8
PColourValue Component2: 8
PColourValue Component3: 8
PColourValue Component4: 8


Detailed Description

Comment: Components = Component1, Component2, Component3, Component4

This structure defines a colour in terms of 4 generic components.

It is only to be used internally to the colour system to provide a generic means of conversion between 8-bit and 32-bit component representations. (Note that this means colours such as HSVT cannot be converted via the generic system, as they don't use generic 8-bit fields)

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

Definition at line 466 of file colmodel.h.


Member Data Documentation

PColourValue PColourGeneric::Component1
 

Definition at line 468 of file colmodel.h.

PColourValue PColourGeneric::Component2
 

Definition at line 469 of file colmodel.h.

PColourValue PColourGeneric::Component3
 

Definition at line 470 of file colmodel.h.

PColourValue PColourGeneric::Component4
 

Definition at line 471 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