Vertex manipulator to set vertex color to one of two values depending on a given threshold. More...
#include <SVertexManipulator.h>
 Inheritance diagram for irr::scene::SVertexColorThresholdManipulator:
 Inheritance diagram for irr::scene::SVertexColorThresholdManipulator:Vertex manipulator to set vertex color to one of two values depending on a given threshold.
If average of the color value is >Threshold the High color is chosen, else Low.
Definition at line 63 of file SVertexManipulator.h.
| irr::scene::SVertexColorThresholdManipulator::SVertexColorThresholdManipulator | ( | u8 | threshold, | 
| video::SColor | low, | ||
| video::SColor | high | ||
| ) |  [inline] | 
Definition at line 66 of file SVertexManipulator.h.
| void irr::scene::SVertexColorThresholdManipulator::operator() | ( | video::S3DVertex & | vertex | ) | const  [inline] | 
Definition at line 68 of file SVertexManipulator.h.
References irr::video::S3DVertex::Color.