Companion

object Companion

Functions

Link copied to clipboard
fun colorFromString(color: String): Int?

Parses the given color either as CSS3 color name or as (A)RGB hex value.

Link copied to clipboard

Returns the Css3Color object of the given CSS3 color name.

Link copied to clipboard

Finds the best matching Css3Color for a given RGBA value using a weighted Euclidian distance formula for RGB.