Companion

object Companion

Functions

Link copied to clipboard
fun hex(color: Int): Color

Creates CSS Color with color given in hex format.

Link copied to clipboard
fun name(color: Col): Color

Creates CSS Color with color given with named constant.

Link copied to clipboard
fun rgb(red: Int, green: Int, blue: Int): Color

Creates CSS Color with red, green and blue components

Link copied to clipboard
fun rgba(red: Int, green: Int, blue: Int, alpha: Int): Color

Creates CSS Color with red, green, blue and alpha channel components