Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Vertex manipulator which adjusts the contrast by the given factor and brightness by a signed amount. More...
#include <SVertexManipulator.h>
Public Member Functions | |
void | operator() (video::S3DVertex &vertex) const |
SVertexColorContrastBrightnessManipulator (f32 factor, s32 amount) |
Vertex manipulator which adjusts the contrast by the given factor and brightness by a signed amount.
Factors over 1 increase contrast, below 1 reduce it. A positive amount increases brightness, a negative one darkens the colors.
Definition at line 110 of file SVertexManipulator.h.
irr::scene::SVertexColorContrastBrightnessManipulator::SVertexColorContrastBrightnessManipulator | ( | f32 | factor, | |
s32 | amount | |||
) | [inline] |
Definition at line 113 of file SVertexManipulator.h.
void irr::scene::SVertexColorContrastBrightnessManipulator::operator() | ( | video::S3DVertex & | vertex | ) | const [inline] |
Definition at line 114 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) |