starIntensity

abstract fun starIntensity(starIntensity: Double): Atmosphere

A value controlling the star intensity where 0 will show no stars and 1 will show stars at their maximum intensity. Default value: "["interpolate","linear","zoom",5,0.35,6,0]". Value range: 0, 1

Parameters

starIntensity

as Double


abstract fun starIntensity(starIntensity: Expression = Expression.fromRaw("""["interpolate",["linear"],["zoom"],5,0.35,6,0]""".trimIndent())): Atmosphere

A value controlling the star intensity where 0 will show no stars and 1 will show stars at their maximum intensity. Default value: "["interpolate","linear","zoom",5,0.35,6,0]". Value range: 0, 1

Parameters

starIntensity

value of starIntensity as Expression