Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which adjusts the brightness by a gamma operation. More...
#include <jimcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorGammaManipulator (f32 gamma) | |
void | operator() (video::S3DVertex &vertex) const |
Vertex manipulator which adjusts the brightness by a gamma operation.
A value over one increases brightness, one below darkens the colors.