#include <layer_motionblur.h>
Inheritance diagram for synfig::Layer_MotionBlur:
Public Member Functions | |
Layer_MotionBlur () | |
virtual bool | set_param (const String ¶m, const synfig::ValueBase &value) |
Sets the parameter described by param to value. | |
virtual ValueBase | get_param (const String ¶m) const |
Get the value of the specified parameter. | |
virtual Color | get_color (Context context, const Point &pos) const |
Gets the color of the Canvas at point. | |
virtual void | set_time (Context context, Time time) const |
Sets the time for the selected Layer and those under it. | |
virtual void | set_time (Context context, Time time, const Point &pos) const |
Sets the time for the selected Layer and those under it for a specific point. | |
virtual bool | accelerated_render (Context context, Surface *surface, int quality, const RendDesc &renddesc, ProgressCallback *cb) const |
Renders the Canvas to the given Surface in an accelerated manner. | |
virtual Vocab | get_param_vocab () const |
Gets the paramater vocabulary. |
|
|
|
Sets the parameter described by param to value.
Reimplemented from synfig::Layer_Composite. |
|
Get the value of the specified parameter.
Reimplemented from synfig::Layer_Composite. |
|
Gets the color of the Canvas at point.
Reimplemented from synfig::Layer. |
|
Sets the time for the selected Layer and those under it.
Reimplemented from synfig::Layer. |
|
Sets the time for the selected Layer and those under it for a specific point.
Reimplemented from synfig::Layer. |
|
Renders the Canvas to the given Surface in an accelerated manner.
Reimplemented from synfig::Layer_Composite. |
|
Gets the paramater vocabulary.
Reimplemented from synfig::Layer_Composite. |