Hue Property
Hue returns or sets the base (raster) layer image hue. Returns a Long.
Syntax
object.Hue
object.Hue = Hue
Parameter |
Type |
Description |
Hue |
Long |
required, image hue shift between -180 and 180 inclusive. 0 is unaltered image hue. |
Example 1
This example demonstrates how to return the current active label set index value.
Debug.Print RasterBaseLayer.Hue
Example 2
The following example demonstrates how to shift the image hue 20 degrees along the color wheel.
RasterBaseLayer.Hue = 20
Used by: RasterBaseLayer object