Equalizer  1.4.1
Public Member Functions | Public Attributes | Static Public Attributes
eq::fabric::ColorMask Class Reference

Defines which parts of the color buffer are to be written. More...

#include <colorMask.h>

+ Collaboration diagram for eq::fabric::ColorMask:

List of all members.

Public Member Functions

 ColorMask ()
 Construct a color mask with all components enabled.
 ColorMask (const bool r, const bool g, const bool b, const bool a=true)
 Construct a color mask with given default values.

Public Attributes

bool red
bool green
bool blue
bool alpha

Static Public Attributes

static const ColorMask ALL

Detailed Description

Defines which parts of the color buffer are to be written.

Used to configure anaglyphic stereo rendering.

Definition at line 33 of file colorMask.h.


Constructor & Destructor Documentation

Construct a color mask with all components enabled.

Version:
1.0

Definition at line 37 of file colorMask.h.

eq::fabric::ColorMask::ColorMask ( const bool  r,
const bool  g,
const bool  b,
const bool  a = true 
) [inline]

Construct a color mask with given default values.

Version:
1.0

Definition at line 40 of file colorMask.h.


The documentation for this class was generated from the following file:
Generated on Mon Nov 26 2012 14:41:50 for Equalizer 1.4.1 by  doxygen 1.7.6.1