Fillwave  10.0.0
List of all members | Public Member Functions
flw::flf::BoostColor Class Reference

Effect to boost the models color. More...

#include <BoostColor.h>

Inheritance diagram for flw::flf::BoostColor:
flw::flf::IEffect

Public Member Functions

 BoostColor (GLfloat boost=1.0f)
 
void preDrawAction (flc::Program *program) override
 virtual: defines action to be done just before the draw. More...
 
void postDrawAction (flc::Program *program) override
 virtual: defines action to be done just after the draw. More...
 
void stopAction (flc::Program *program) override
 virtual: defines action to be done when the effect is stopped. More...
 
void startAction (flc::Program *program) override
 virtual: defines action to be done when the effect is started. More...
 

Detailed Description

Effect to boost the models color.

Member Function Documentation

void flw::flf::BoostColor::postDrawAction ( flc::Program program)
overridevirtual

virtual: defines action to be done just after the draw.

postDrawAction

Implements flw::flf::IEffect.

void flw::flf::BoostColor::preDrawAction ( flc::Program program)
overridevirtual

virtual: defines action to be done just before the draw.

preDrawAction

Implements flw::flf::IEffect.

void flw::flf::BoostColor::startAction ( flc::Program program)
overridevirtual

virtual: defines action to be done when the effect is started.

startAction

Implements flw::flf::IEffect.

void flw::flf::BoostColor::stopAction ( flc::Program program)
overridevirtual

virtual: defines action to be done when the effect is stopped.

stopAction

Implements flw::flf::IEffect.


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