#include <layer_composite.h>
Inheritance diagram for synfig::Layer_Composite:
Public Member Functions | |
float | get_amount () const |
Layer_Composite & | set_amount (float x) |
Color::BlendMethod | get_blend_method () const |
Layer_Composite & | set_blend_method (Color::BlendMethod x) |
bool | is_solid_color () const |
bool | is_disabled () const |
virtual Vocab | get_param_vocab () const |
Gets the paramater vocabulary. | |
virtual bool | set_param (const String ¶m, const 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 Rect | get_full_bounding_rect (Context context) const |
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. | |
Protected Member Functions | |
Layer_Composite (float amount=1.0, Color::BlendMethod blend_method=Color::BLEND_COMPOSITE) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gets the paramater vocabulary.
Reimplemented from synfig::Layer. Reimplemented in synfig::Layer_Bitmap, synfig::Layer_MotionBlur, synfig::Layer_PasteCanvas, synfig::Layer_Polygon, synfig::Layer_Shape, and synfig::Layer_SolidColor. |
|
Sets the parameter described by param to value.
Reimplemented from synfig::Layer. Reimplemented in synfig::Layer_MotionBlur, synfig::Layer_PasteCanvas, synfig::Layer_Polygon, synfig::Layer_Shape, and synfig::Layer_SolidColor. |
|
Get the value of the specified parameter.
Reimplemented from synfig::Layer. Reimplemented in synfig::Layer_Bitmap, synfig::Layer_MotionBlur, synfig::Layer_PasteCanvas, synfig::Layer_Polygon, synfig::Layer_Shape, and synfig::Layer_SolidColor. |
|
Reimplemented from synfig::Layer. |
|
Renders the Canvas to the given Surface in an accelerated manner.
Reimplemented from synfig::Layer. Reimplemented in synfig::Layer_Bitmap, synfig::Layer_MotionBlur, synfig::Layer_PasteCanvas, synfig::Layer_Shape, and synfig::Layer_SolidColor. |