PColourCMYK Struct Reference

#include <colmodel.h>

List of all members.

Public Attributes

PColourValue Cyan: 8
PColourValue Magenta: 8
PColourValue Yellow: 8
PColourValue Key: 8


Detailed Description

Comment: Components = Cyan, Magenta, Yellow, Key

This structure defines a colour in terms of CMYK components.

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; ColourHSVT; ColourGreyT; ColourCIET; IndexedColour

Definition at line 306 of file colmodel.h.


Member Data Documentation

PColourValue PColourCMYK::Cyan
 

Definition at line 308 of file colmodel.h.

PColourValue PColourCMYK::Key
 

Definition at line 311 of file colmodel.h.

PColourValue PColourCMYK::Magenta
 

Definition at line 309 of file colmodel.h.

PColourValue PColourCMYK::Yellow
 

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