Color24 Struct Reference
 
 
 
Color24 Struct Reference

#include <maxtypes.h>

Inheritance diagram for Color24:
MaxHeapOperators

Class Description

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

Structure Color48, Structure Color64.

Public Member Functions

  Color24 (uchar vr=0, uchar vg=0, uchar vb=0)

Public Attributes

uchar  r
uchar  g
uchar  b

Constructor & Destructor Documentation

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

Member Data Documentation