skyGradientCenter

open override fun skyGradientCenter(skyGradientCenter: List<Double>): SkyLayer

Position of the gradient center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the gradient center relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the gradient center, where 0 degree is directly above, at zenith, and 90 degree at the horizon.

Use static method SkyLayer.defaultSkyGradientCenter to set the default property.

Parameters

skyGradientCenter

value of skyGradientCenter


open override fun skyGradientCenter(skyGradientCenter: Expression): SkyLayer

Position of the gradient center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the gradient center relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the gradient center, where 0 degree is directly above, at zenith, and 90 degree at the horizon.

Use static method SkyLayer.defaultSkyGradientCenterAsExpression to set the default property.

Parameters

skyGradientCenter

value of skyGradientCenter as Expression


Position of the gradient center a azimuthal angle, p polar angle. The azimuthal angle indicates the position of the gradient center relative to 0 degree north, where degrees proceed clockwise. The polar angle indicates the height of the gradient center, where 0 degree is directly above, at zenith, and 90 degree at the horizon.