Fill

data class Fill(val color: Color) : Paint

Fills the inside of shape with a color.

Constructors

Link copied to clipboard
constructor(color: Color)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun Paint.toAndroid(context: Context): Paint

Converts a Krayon Paint into an AndroidPaint.