![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which adjusts the brightness by the given amount. More...
#include <duckcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorBrightnessManipulator (i32 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.