X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer_bitmap.h;h=7578f8cfcbf0b4d06a22e363ce3efba5ca8da5f3;hb=b56b3e2d45cf281bb0c537f40ab43c908048df01;hp=b62a93e4e01cea47cfc14b7d90a0d6ee1c1cc31e;hpb=adfc80c126f482d7ea2bac38001a2c4a7c7df88c;p=synfig.git diff --git a/synfig-core/src/synfig/layer_bitmap.h b/synfig-core/src/synfig/layer_bitmap.h index b62a93e..7578f8c 100644 --- a/synfig-core/src/synfig/layer_bitmap.h +++ b/synfig-core/src/synfig/layer_bitmap.h @@ -50,11 +50,15 @@ public: Point tl; Point br; int c; + bool tl_static; + bool br_static; + bool c_static; mutable Surface surface; mutable bool trimmed; mutable unsigned int width, height, top, left; Real gamma_adjust; + bool gamma_adjust_static; Layer_Bitmap(); @@ -62,6 +66,9 @@ public: virtual ValueBase get_param(const String & param)const; + virtual bool set_param_static(const String ¶m, const bool x); + virtual bool get_param_static(const String ¶m) const; + virtual Color get_color(Context context, const Point &pos)const; virtual Vocab get_param_vocab()const;