Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Vertex manipulator which adjusts the brightness by a gamma operation. More...
#include <SVertexManipulator.h>
Public Member Functions | |
void | operator() (video::S3DVertex &vertex) const |
SVertexColorGammaManipulator (f32 gamma) |
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.
irr::scene::SVertexColorGammaManipulator::SVertexColorGammaManipulator | ( | f32 | gamma | ) | [inline] |
Definition at line 129 of file SVertexManipulator.h.
void irr::scene::SVertexColorGammaManipulator::operator() | ( | video::S3DVertex & | vertex | ) | const [inline] |
Definition at line 134 of file SVertexManipulator.h.
References irr::core::clamp(), irr::video::S3DVertex::Color, and irr::core::round32().
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Oct 24 12:42:09 2010 by Doxygen
(1.6.2) |