Companion

Functions

Link copied to clipboard
fun fromAhex(uint: UInt): HEXAColor

Creates HEXAColor from uint presume it is in format 0xAAFFEEBB where AA - alpha, FF - red, EE - green and BB - blue`

Link copied to clipboard
fun fromHexa(uint: UInt): HEXAColor

Creates HEXAColor from uint presume it is in format 0xFFEEBBAA where FF - red, EE - green, BB - blue` and AA - alpha

Link copied to clipboard
operator fun invoke(color: String): HEXAColor

Parsing color from color

Link copied to clipboard

Parsing color from color