changeTranspMarkup
Sets the transparency of a markup object. This applies to filled objects only.
Syntax
RxCore.changeTranspMarkup(markup, val)
Parameters
- markup: object — The markup object to modify.
- val: number — A value between- 100(fully opaque) and- 0(fully transparent).
Returns
- NA — This method does not return a value.