In file mydocsrc/mvl_macv.h:

class mvl_ColorSpec

An auxiliary class used in specifying the entries in a Color Lookup Table (CLUT)

Public Fields

mvl_rgb rgb
The actual red, green and blue (unsigned short int) values
IML_USINT value
Index or other value; it goes unused in my code

Public Methods

mvl_ColorSpec& operator= (mvl_rgb & V)
Copy the rgb values from another mvl_rgb object
mvl_ColorSpec& operator= (mvl_ColorSpec & CS)
Copy the values from another mvl_ColorSpec object

Documentation

An auxiliary class used in specifying the entries in a Color Lookup Table (CLUT). NOTE: THE DATA STRUCTURE IS A DIRECT RIP-OFF OF ColorSpec in QuickDraw.h! The only real difference is in the naming. If (should I say, when?) Apple decides to change this, then so will I. And if you decide to manipulate the values directly (you should not have to), then so will you. :-)

This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++