![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which scales the color values. More...
#include <duckcpp/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.