X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_bitmap.h;h=5117eb53c6165bffac0756a5f182ea22bba66b6d;hb=7228dba2c5731761c045b8e846e9206c01a340f3;hp=76eb09c96f0df6994b97132f07e11e1bfbfc662b;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_bitmap.h b/synfig-core/trunk/src/synfig/layer_bitmap.h index 76eb09c..5117eb5 100644 --- a/synfig-core/trunk/src/synfig/layer_bitmap.h +++ b/synfig-core/trunk/src/synfig/layer_bitmap.h @@ -45,23 +45,23 @@ class Layer_Bitmap : public Layer_Composite, public Layer_NoDeform { const Color& filter(const Color& c)const; public: - typedef etl::handle Handle; + typedef etl::handle Handle; Point tl; Point br; int c; mutable Surface surface; - + Real gamma_adjust; - + Layer_Bitmap(); - + virtual bool set_param(const String & param, ValueBase value); virtual ValueBase get_param(const String & param)const; virtual Color get_color(Context context, const Point &pos)const; - + virtual Vocab get_param_vocab()const; virtual Rect get_bounding_rect()const;