part of the fix for #97777
This commit is contained in:
@ -88,6 +88,8 @@ HELP
|
|||||||
{ name => 'threshold', type => '0 <= float <= 4',
|
{ name => 'threshold', type => '0 <= float <= 4',
|
||||||
desc => 'Supersampling threshold',
|
desc => 'Supersampling threshold',
|
||||||
cond => [ 'supersample' ] },
|
cond => [ 'supersample' ] },
|
||||||
|
{ name => 'dither', type => 'boolean',
|
||||||
|
desc => 'Use dithering to reduce banding (%%desc%%)' },
|
||||||
{ name => 'x1', type => 'float',
|
{ name => 'x1', type => 'float',
|
||||||
desc => "The x coordinate of this blend's starting point" },
|
desc => "The x coordinate of this blend's starting point" },
|
||||||
{ name => 'y1', type => 'float',
|
{ name => 'y1', type => 'float',
|
||||||
@ -115,7 +117,7 @@ HELP
|
|||||||
opacity / 100.0,
|
opacity / 100.0,
|
||||||
offset, repeat,
|
offset, repeat,
|
||||||
supersample, max_depth,
|
supersample, max_depth,
|
||||||
threshold,
|
threshold, dither,
|
||||||
x1, y1, x2, y2,
|
x1, y1, x2, y2,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user