#include <layer_bitmap.h>
Inheritance diagram for synfig::Layer_Bitmap:
Public Types | |
typedef etl::handle< Layer_Bitmap > | Handle |
Public Member Functions | |
Layer_Bitmap () | |
virtual bool | set_param (const String ¶m, ValueBase 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 Vocab | get_param_vocab () const |
Gets the paramater vocabulary. | |
virtual Rect | get_bounding_rect () const |
virtual bool | accelerated_render (Context context, Surface *surface, int quality, const RendDesc &rend_desc, ProgressCallback *callback) const |
Renders the Canvas to the given Surface in an accelerated manner. | |
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. | |
Public Attributes | |
Point | tl |
Point | br |
int | c |
Surface | surface |
Real | gamma_adjust |
|
Reimplemented from synfig::Layer. |
|
|
|
|
|
Get the value of the specified parameter.
Reimplemented from synfig::Layer_Composite. |
|
Gets the color of the Canvas at point.
Reimplemented from synfig::Layer. |
|
Gets the paramater vocabulary.
Reimplemented from synfig::Layer_Composite. |
|
Reimplemented from synfig::Layer. |
|
Renders the Canvas to the given Surface in an accelerated manner.
Reimplemented from synfig::Layer_Composite. |
|
Checks to see if a part of the layer is directly under point.
Reimplemented from synfig::Layer. |
|
|
|
|
|
|
|
|
|
|