ManaPlus
Macros | Functions
openglgraphicsdef1.hpp File Reference

(986a3bf)

Go to the source code of this file.

Macros

#define RENDER_OPENGLGRAPHICSDEF1_HPP
 

Functions

void setColor (const Color &restrict color) override final
 

Macro Definition Documentation

◆ RENDER_OPENGLGRAPHICSDEF1_HPP

#define RENDER_OPENGLGRAPHICSDEF1_HPP

Definition at line 24 of file openglgraphicsdef1.hpp.

Function Documentation

◆ setColor()

void setColor ( const Color &restrict  color)
finaloverride

Definition at line 27 of file openglgraphicsdef1.hpp.

28  {
29  mColor = color;
30  mColorAlpha = (color.a != 255);
31  }
unsigned int a
Definition: color.h:251