![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which adjusts the brightness by a gamma operation. More...
#include <duckcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexColorGammaManipulator (dcpp::float32_kt gamma) | |
void | operator() (dcpp::video::S3DVertex &vertex) const |
Vertex manipulator which adjusts the brightness by a gamma operation.
A value over one increases brightness, one below darkens the colors.