Sky Layer Dsl
interface SkyLayerDsl
Content copied to clipboard
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.
Functions
filter
Link copied to clipboard
skyAtmosphereColor
Link copied to clipboard
abstract fun skyAtmosphereColor(skyAtmosphereColor: Expression): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereColor(@ColorInt() skyAtmosphereColor: Int): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereColor(skyAtmosphereColor: String = "white"): SkyLayer
Content copied to clipboard
skyAtmosphereHaloColor
Link copied to clipboard
abstract fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: Expression): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereHaloColor(@ColorInt() skyAtmosphereHaloColor: Int): SkyLayer
Content copied to clipboard
abstract fun skyAtmosphereHaloColor(skyAtmosphereHaloColor: String = "white"): 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 = 10.0): SkyLayer
Content copied to clipboard
skyGradient
Link copied to clipboard
skyGradientCenter
Link copied to clipboard
abstract fun skyGradientCenter(skyGradientCenter: List<Double> = listOf(0.0, 0.0)): SkyLayer
Content copied to clipboard
skyGradientRadius
Link copied to clipboard
abstract fun skyGradientRadius(skyGradientRadius: Double = 90.0): SkyLayer
Content 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
DSL for skyOpacityTransition.
visibility
Link copied to clipboard
Inheritors
SkyLayer
Link copied to clipboard