commonMain.io.nacular.doodle.theme.Utils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of themes Show documentation
Show all versions of themes Show documentation
A pure Kotlin, UI framework for the Web and Desktop
The newest version!
package io.nacular.doodle.theme
import io.nacular.doodle.drawing.Paint
/**
* Used to transform a [Paint], typically helpful to change the look of an item that
* uses the paint for fills or strokes.
*/
public typealias PaintMapper = (Paint) -> Paint