sdk-maps / com.tomtom.online.sdk.map.style.expression.value / ColorValue

ColorValue

@Beta(2020, 6) open class ColorValue : Value

Wrapper for color value for style expressions.

Functions

create

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.

Inherited Functions

dispose

open fun dispose(): Unit

finalize

open fun finalize(): Unit

getNativeHandle

open fun getNativeHandle(): Long