pl.wendigo.chrome.api.overlay / HighlightQuadRequest

HighlightQuadRequest

data class HighlightQuadRequest (source)

Represents request frame that can be used with Overlay#highlightQuad operation call.

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

Link
Overlay#highlightQuad method documentation.

See Also

OverlayOperations.highlightQuad

Constructors

<init>

HighlightQuadRequest(quad: Quad, color: RGBA? = null, outlineColor: RGBA? = null)

Represents request frame that can be used with Overlay#highlightQuad operation call.

Properties

color

val color: RGBA?

The highlight fill color (default: transparent).

outlineColor

val outlineColor: RGBA?

The highlight outline color (default: transparent).

quad

val quad: Quad

Quad to highlight