Inviwo  0.9.10.1
Inviwo documentation
inviwo::utilgl::ColorMask Struct Reference

representation of the OpenGL color write mask More...

#include <openglutils.h>

Public Member Functions

 ColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
 
void get ()
 
void set ()
 
GLboolean red () const
 
GLboolean green () const
 
GLboolean blue () const
 
GLboolean alpha () const
 

Friends

bool IVW_MODULE_OPENGL_API operator== (const ColorMask &a, const ColorMask &b)
 

Detailed Description

representation of the OpenGL color write mask

See also
glColorMask, GL_COLOR_WRITE_MASK

The documentation for this struct was generated from the following files: