Public Member Functions | Public Attributes

Color4ub Struct Reference

Four component Color structure. More...

#include <Common.h>

List of all members.

Public Member Functions

 Color4ub (Uchar r, Uchar g, Uchar b, Uchar a=255)

Public Attributes

Uchar r
Uchar g
Uchar b
Uchar a

Detailed Description

Four component Color structure.

Stores a four component color as unsigned bytes. Valid values are 0 - 255.


Constructor & Destructor Documentation

Color4ub::Color4ub ( Uchar  r,
Uchar  g,
Uchar  b,
Uchar  a = 255 
) [inline]

Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines