#include <layer_solidcolor.h>
Inheritance diagram for synfig::Layer_SolidColor:
Public Member Functions | |
Layer_SolidColor () | |
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 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. | |
virtual synfig::Layer::Handle | hit_check (synfig::Context context, const synfig::Point &point) const |
Checks to see if a part of the layer is directly under point. |
|
|
|
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. |
|
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. |
|
Checks to see if a part of the layer is directly under point.
Reimplemented from synfig::Layer. |