setMarkupMarkedColor
Use this method to set the color used to mark markup objects selected via the GUI markup list that are not owned by the current user.
Syntax
RxCore.setMarkupMarkedColor(color)
Parameters
color
: string — Color string in HTMLrgba
format. Default color isrgba(236, 236, 236, 0.5)
.
Returns
- NA — This method does not return a value.