Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which scales the color values. More...
#include <jimcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorScaleManipulator (f32 factor) | |
void | operator() (video::S3DVertex &vertex) const |
Vertex manipulator which scales the color values.
Can e.g be used for white balance, factor would be 255.f/brightest color.