![]() |
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 (dcpp::int32_kt amount) | |
void | operator() (dcpp::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.