ColorValue

A utility class used in custom styling to allow for colors to be provided in a variety of formats.

Constructors

Link copied to clipboard
constructor(color: Int)
constructor(color: Long)
constructor(hexString: String)
constructor(red: Int, green: Int, blue: Int, alpha: Int)
constructor(red: Float, green: Float, blue: Float, alpha: Float)