The IGraphicsEffects class is an interface for custom graphics effects.
More...
#include <scratchcpp/igraphicseffect.h>
The IGraphicsEffects class is an interface for custom graphics effects.
◆ ~IGraphicsEffect()
| virtual libscratchcpp::IGraphicsEffect::~IGraphicsEffect |
( |
| ) |
|
|
inlinevirtual |
◆ clamp()
| virtual double libscratchcpp::IGraphicsEffect::clamp |
( |
double | value | ) |
const |
|
pure virtual |
Returns the clamped value of the graphic effect.
◆ name()
| virtual std::string libscratchcpp::IGraphicsEffect::name |
( |
| ) |
const |
|
pure virtual |
Returns the name of the graphics effect.
The documentation for this class was generated from the following file: