Vertex manipulator which interpolates the color values. More...
#include <SVertexManipulator.h>
 Inheritance diagram for irr::scene::SVertexColorInterpolateQuadraticManipulator:
 Inheritance diagram for irr::scene::SVertexColorInterpolateQuadraticManipulator:Vertex manipulator which interpolates the color values.
Uses linear interpolation.
Definition at line 205 of file SVertexManipulator.h.
| irr::scene::SVertexColorInterpolateQuadraticManipulator::SVertexColorInterpolateQuadraticManipulator | ( | video::SColor | color1, | 
| video::SColor | color2, | ||
| f32 | factor | ||
| ) |  [inline] | 
Definition at line 208 of file SVertexManipulator.h.
| void irr::scene::SVertexColorInterpolateQuadraticManipulator::operator() | ( | video::S3DVertex & | vertex | ) | const  [inline] | 
Definition at line 210 of file SVertexManipulator.h.
References irr::video::S3DVertex::Color.