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
LayerConfigOptions2
(
alphaBlend
, colorScaleBias
, zIndex
, secure
, enabled
)
|
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
Returns |
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 |
layerConfig
()
|
Signature
fun layerConfig(): LayerConfig? Returns |