X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Foldfilm%2Ffilter_vignette.yml;h=a63bd476cf0fbe5975a4b42d1173fea76a18cdd2;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=2c5ed8d24695a638d88492d8f9f68f8f21019b3a;hpb=54f727b53111ab4875702161e9eadd71d1f5241c;p=melted diff --git a/src/modules/oldfilm/filter_vignette.yml b/src/modules/oldfilm/filter_vignette.yml index 2c5ed8d..a63bd47 100644 --- a/src/modules/oldfilm/filter_vignette.yml +++ b/src/modules/oldfilm/filter_vignette.yml @@ -22,14 +22,14 @@ bugs: # this can be just for documentation, or the tool may disclose it to help - need to do some speed improvement. parameters: - - identifier: Smooth;Radius;X;Y;Max Opacity # 'argument' is a reserved name for a value supplied to the factory - title: Start value # the title can be used as a label for the widget - type: string + - identifier: geometry # 'argument' is a reserved name for a value supplied to the factory + title: Geometry Value # the title can be used as a label for the widget + type: geometry description: Start position, "smooth":"radius","X"x"Y","maxopac" readonly: no required: yes mutable: no - format: %d:%d,%dx%d,%d - minimum: 0;0;0;0;0 - maximum: 100;100;100;100;100 - default: 80;50;50;50;0 + format: %d:%d:%dx%d:%d + minimum: 0:0:0:0:0 + maximum: 100:100:100:100:100 + default: 80:50%:50%:50%:0