class Color
Type-safe definition of CSS color.
Color(color: Int)
Creates CSS Color with color given in hex format. Color(color: Col)
Creates CSS Color with color given with named constant. |
fun asString(): String |
|
fun toString(): String |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |