Sky Layer Dsl
This Interface contains all the functions that will be exposed to Koltin DSL.
Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.
interface SkyLayerDsl
Content copied to clipboard
Functions
equals
Link copied to clipboard
filter
Link copied to clipboard
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
skyAtmosphereColor
Link copied to clipboard
abstract fun skyAtmosphereColor(skyAtmosphereColor: Expression): SkyLayer
Content copied to clipboard
skyAtmosphereHaloColor
Link copied to clipboard
abstract fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: Expression): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: String): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: Int): SkyLayer
Content copied to clipboard
skyAtmosphereSun
Link copied to clipboard
skyAtmosphereSunIntensity
Link copied to clipboard
abstract fun skyAtmosphereSunIntensity(skyAtmosphereSunIntensity: Expression): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereSunIntensity(skyAtmosphereSunIntensity: Double): SkyLayer
Content copied to clipboard
skyGradient
Link copied to clipboard
skyGradientCenter
Link copied to clipboard
abstract fun skyGradientCenter(skyGradientCenter: List<Double>): SkyLayer
Content copied to clipboard
skyGradientRadius
Link copied to clipboard
skyOpacity
Link copied to clipboard
skyOpacityTransition
Link copied to clipboard
abstract fun skyOpacityTransition(block: StyleTransition.Builder.() -> Unit): SkyLayer
Content copied to clipboard
skyType
Link copied to clipboard
visibility
Link copied to clipboard
Inheritors
SkyLayer
Link copied to clipboard