Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.overlay
/
BoxStyle
Box
Style
data class
BoxStyle
(fillColor:
RGBA
?, hatchColor:
RGBA
?)
Content copied to clipboard
Style information for drawing a box.
Constructors
Properties
Sources
Constructors
BoxStyle
Link copied to clipboard
fun
BoxStyle
(fillColor:
RGBA
? = null, hatchColor:
RGBA
? = null)
Content copied to clipboard
Properties
fillColor
Link copied to clipboard
val
fillColor
:
RGBA
? = null
Content copied to clipboard
The background color for the box (default: transparent)
hatchColor
Link copied to clipboard
val
hatchColor
:
RGBA
? = null
Content copied to clipboard
The hatching color for the box (default: transparent)
Sources
jvm source
Link copied to clipboard