Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which adjusts the brightness by the given amount. More...
#include <jimcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorBrightnessManipulator (s32 amount) | |
void | operator() (video::S3DVertex &vertex) const |
Vertex manipulator which adjusts the brightness by the given amount.
A positive value increases brightness, a negative value darkens the colors.