API reference
API reference
Select your platform
No SDKs available
No versions available

LayerConfigOptions2 Class

Extends PanelConfigOptions2.Node
Modifiers: final

Signature

data class LayerConfigOptions2(var alphaBlend: LayerAlphaBlend? = null, var colorScaleBias: LayerColorScaleBias? = null, var zIndex: Int = 0, var secure: Boolean = false, var enabled: Boolean = true) : PanelConfigOptions2.Node

Constructors

LayerConfigOptions2 ( alphaBlend , colorScaleBias , zIndex , secure , enabled ) : LayerConfigOptions2
Signature
constructor(alphaBlend: LayerAlphaBlend? = null, colorScaleBias: LayerColorScaleBias? = null, zIndex: Int = 0, secure: Boolean = false, enabled: Boolean = true)
Parameters
alphaBlend: LayerAlphaBlend?
colorScaleBias: LayerColorScaleBias?
zIndex: Int
secure: Boolean
enabled: Boolean

Properties

alphaBlend : LayerAlphaBlend?
[Get][Set]
Signature
var alphaBlend: LayerAlphaBlend?
colorScaleBias : LayerColorScaleBias?
[Get][Set]
Signature
var colorScaleBias: LayerColorScaleBias?
enabled : Boolean
[Get][Set]
Signature
var enabled: Boolean
secure : Boolean
[Get][Set]
Signature
var secure: Boolean
zIndex : Int
[Get][Set]
Signature
var zIndex: Int

Functions

layerConfig () : LayerConfig?
Signature
fun layerConfig(): LayerConfig?
Did you find this page helpful?
Thumbs up icon
Thumbs down icon