highlightQuad

suspend fun highlightQuad(args: Overlay.HighlightQuadParameter, mode: CommandMode = CommandMode.DEFAULT)

Highlights given quad. Coordinates are absolute with respect to the main frame viewport.


suspend fun highlightQuad(quad: List<Double>, color: DOM.RGBA? = null, outlineColor: DOM.RGBA? = null)

Highlights given quad. Coordinates are absolute with respect to the main frame viewport.

Parameters

quad

Quad to highlight

color

The highlight fill color (default: transparent).

outlineColor

The highlight outline color (default: transparent).