Public Member Functions | Public Attributes

Color24 Struct Reference

Search for all occurrences

Detailed Description

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

Structure Color48, Structure Color64.

#include <maxtypes.h>

Inheritance diagram for Color24:
Inheritance graph
[legend]

List of all members.

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

uchar r
uchar g
uchar b