@Beta(2020, 6) open class ColorValue : Value
Wrapper for color value for style expressions.
open static fun create(color: Int): ColorValue! open static fun create(red: Int, green: Int, blue: Int, alpha: Int): ColorValue!
Creates ColorValue object wrapping color value. |
open fun dispose(): Unit |
|
open fun finalize(): Unit |
|
open fun getNativeHandle(): Long |