FillAndStroke

data class FillAndStroke(val fill: Paint.Fill, val stroke: Paint.Stroke) : Paint

Constructors

Link copied to clipboard
constructor(fill: Paint.Fill, stroke: Paint.Stroke)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

Converts a Krayon Paint into an AndroidPaint.