changeColorAll
Sets the fill, stroke, or text color of all markup objects.
Syntax
RxCore.changeColorAll(val, strokefill)
Parameters
val: string — A color specified using HTML color notation (e.g.,"#FF0000").strokefill: number — Determines what to color:0for fill color,1for line color, and2for text color.
Returns
- NA — This method does not return a value.