From 27b106f3778ef8d37f64080ae9847925200ba7fc Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 21 Jul 2003 01:14:19 +0000 Subject: [PATCH] part of the fix for #97777 --- tools/pdbgen/pdb/misc_tools.pdb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/pdbgen/pdb/misc_tools.pdb b/tools/pdbgen/pdb/misc_tools.pdb index 7998e23b88..07e6dd14b8 100644 --- a/tools/pdbgen/pdb/misc_tools.pdb +++ b/tools/pdbgen/pdb/misc_tools.pdb @@ -88,6 +88,8 @@ HELP { name => 'threshold', type => '0 <= float <= 4', desc => 'Supersampling threshold', cond => [ 'supersample' ] }, + { name => 'dither', type => 'boolean', + desc => 'Use dithering to reduce banding (%%desc%%)' }, { name => 'x1', type => 'float', desc => "The x coordinate of this blend's starting point" }, { name => 'y1', type => 'float', @@ -115,7 +117,7 @@ HELP opacity / 100.0, offset, repeat, supersample, max_depth, - threshold, + threshold, dither, x1, y1, x2, y2, NULL, NULL); }