Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which adjusts the contrast by the given factor. More...
#include <jimcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorContrastManipulator (f32 factor) | |
void | operator() (video::S3DVertex &vertex) const |
Vertex manipulator which adjusts the contrast by the given factor.
Factors over 1 increase contrast, below 1 reduce it.