Equalizer  1.8.0
Parallel Rendering Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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:

Public Member Functions

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

Public Attributes

bool red
 
bool green
 
bool blue
 
bool alpha
 

Static Public Attributes

static EQFABRIC_API 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 34 of file colorMask.h.

Constructor & Destructor Documentation

eq::fabric::ColorMask::ColorMask ( )
inline

Construct a color mask with all components enabled.

Version
1.0

Definition at line 38 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 41 of file colorMask.h.


The documentation for this class was generated from the following file: