An auxiliary class used in specifying the entries in a Color Lookup Table (CLUT)
![]() | rgb The actual red, green and blue (unsigned short int) values |
![]() | value Index or other value; it goes unused in my code |
![]() | operator= (mvl_rgb & V) Copy the rgb values from another mvl_rgb object |
![]() | operator= (mvl_ColorSpec & CS) Copy the values from another mvl_ColorSpec object |
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. :-)
generated by doc++