rasterHueRotate

open override fun rasterHueRotate(rasterHueRotate: Double): RasterLayer

Rotates hues around the color wheel. Default value: 0. The unit of rasterHueRotate is in degrees.

Use static method RasterLayer.defaultRasterHueRotate to set the default property.

Parameters

rasterHueRotate

value of rasterHueRotate


open override fun rasterHueRotate(rasterHueRotate: Expression): RasterLayer

Rotates hues around the color wheel. Default value: 0. The unit of rasterHueRotate is in degrees.

Use static method RasterLayer.defaultRasterHueRotateAsExpression to set the default property.

Parameters

rasterHueRotate

value of rasterHueRotate as Expression


Rotates hues around the color wheel. Default value: 0. The unit of rasterHueRotate is in degrees.