All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.nacular.doodle.theme.Utils.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy