Color48 Struct Reference
 
 
 
Color48 Struct Reference

#include <maxtypes.h>

Inheritance diagram for Color48:
MaxHeapOperators

Class Description

16 bits for each of the Red, Green and Blue components.

See also:
Structure Color24, Structure Color64.

Public Member Functions

  Color48 (UWORD vr=0, UWORD vg=0, UWORD vb=0)

Public Attributes

UWORD  r
UWORD  g
UWORD  b

Constructor & Destructor Documentation

Color48 ( UWORD  vr = 0,
UWORD  vg = 0,
UWORD  vb = 0 
) [inline]
: r(vr), g(vg), b(vb) {}

Member Data Documentation