Updated PolygonSymbolizer (markdown)
parent
3925fde807
commit
bc68bac2e7
1 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,11 @@ A PolygonSymbolizer is often used to render the area enclosed by a [polygon](htt
|
||||||
|
|
||||||
#### C++
|
#### C++
|
||||||
|
|
||||||
` FIXME `
|
``` c++
|
||||||
|
polygon_symbolizer p(color("steelblue"));
|
||||||
|
p.set_gamma(0.65);
|
||||||
|
p.set_opacity(0.7);
|
||||||
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue