ColorCorrection

new SuperMap3D.ColorCorrection()

Color correction class, which is used for post-rendering processing of scene images, which can adjust the brightness, contrast, saturation and hue of the image (not supported for mobile terminals).

Members

brightness : Number

Gets or sets the brightness of the image.
Default Value: 0.0

contrast : Number

Gets or sets the contrast of the image.
Default Value: 1.0

hue : Number

Gets or sets the tint of the image.
Default Value: 0.0

saturation : Number

Gets or sets the saturation of the image.
Default Value: 1.0

show : Boolean

Gets or sets whether the color correction effect of the image is enabled.
Default Value: false