+ add smooth property
+ update help strings
This commit is contained in:
parent
f1a0887628
commit
72baf59247
1 changed files with 5 additions and 1 deletions
|
@ -84,7 +84,11 @@ void export_polygon_symbolizer()
|
|||
.add_property("gamma_method",
|
||||
&polygon_symbolizer::get_gamma_method,
|
||||
&polygon_symbolizer::set_gamma_method,
|
||||
"Set/get the gamma correction method of the polygon")
|
||||
"gamma correction method")
|
||||
.add_property("smooth",
|
||||
&polygon_symbolizer::smooth,
|
||||
&polygon_symbolizer::set_smooth,
|
||||
"smooth value (0..1.0)")
|
||||
;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue