Companion

object Companion

Functions

fun color(value: Int): StyleValue

Helper for supplying a hex color int.

fun color(value: String): StyleValue

Helper for supplying color string (e.g., "#RRGGBB" or "rgba(...)").

Helper for supplying an expression via PropertyValue.

fun number(value: Double): StyleValue

Helper for supplying a numeric blend value.