Irrlicht 3D Engine
irr::scene::SVertexColorGammaManipulator Class Reference

Vertex manipulator which adjusts the brightness by a gamma operation. More...

#include <SVertexManipulator.h>

+ Inheritance diagram for irr::scene::SVertexColorGammaManipulator:

Public Member Functions

 SVertexColorGammaManipulator (f32 gamma)
 
void operator() (video::S3DVertex &vertex) const
 

Detailed Description

Vertex manipulator which adjusts the brightness by a gamma operation.

A value over one increases brightness, one below darkens the colors.

Definition at line 126 of file SVertexManipulator.h.

Constructor & Destructor Documentation

§ SVertexColorGammaManipulator()

irr::scene::SVertexColorGammaManipulator::SVertexColorGammaManipulator ( f32  gamma)
inline

Definition at line 129 of file SVertexManipulator.h.

Member Function Documentation

§ operator()()


The documentation for this class was generated from the following file: