Brush

data class Brush(var fillColor: Long = 1296750468, var strokeColor: Long = 4283094916, var strokeWidth: Float = 2.0f)

Brush class

Since

1.0.0

Parameters

fillColor

fill color

strokeColor

stroke color

strokeWidth

stroke width

Constructors

Link copied to clipboard
fun Brush(fillColor: Long = 1296750468, strokeColor: Long = 4283094916, strokeWidth: Float = 2.0f)

Properties

Link copied to clipboard
var fillColor: Long = 1296750468
Link copied to clipboard
var strokeColor: Long = 4283094916
Link copied to clipboard
var strokeWidth: Float = 2.0f