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 between100
(fully opaque) and0
(fully transparent).
Returns
- NA — This method does not return a value.