3 This file is part of libmspgl
4 Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_GL_TEXENV_H_
9 #define MSP_GL_TEXENV_H_
20 MODULATE = GL_MODULATE,
35 void set_mode(TexEnvMode);
36 void set_color(const Color &);
37 TexEnvMode get_mode() const { return mode; }
38 const Color &get_color() const { return color; }