chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / BoxStyle

BoxStyle

data class BoxStyle

Style information for drawing a box.

Official doc

Constructors

<init>

Style information for drawing a box.

BoxStyle(fillColor: RGBA? = null, hatchColor: RGBA? = null)

Properties

fillColor

The background color for the box (default: transparent)

val fillColor: RGBA?

hatchColor

The hatching color for the box (default: transparent)

val hatchColor: RGBA?