X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmaskauto.h;h=847b18a7f2ff0acf639936ea4d7e69350ea3971c;hb=9af81a9c7d1206521ffb3d21973a692dceded3cd;hp=52c3401fa5d5c75df7deb192a13a5147482c5806;hpb=853b81c6d430bd41037984ecc95fd304fd98964e;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/maskauto.h b/cinelerra-5.1/cinelerra/maskauto.h index 52c3401f..847b18a7 100644 --- a/cinelerra-5.1/cinelerra/maskauto.h +++ b/cinelerra-5.1/cinelerra/maskauto.h @@ -60,8 +60,8 @@ public: void dump(FILE *fp); char name[BCSTRLEN]; - float fader; // 0 - 100 - float feather; // 0 - 100 + float fader; // -100 - 100 + float feather; // -100 - 100 ArrayList points; MaskAuto *keyframe; }; @@ -98,6 +98,7 @@ public: void translate_submasks(float translate_x, float translate_y); // scale all submasks void scale_submasks(int orig_scale, int new_scale); + int has_active_mask(); ArrayList masks; int apply_before_plugins;