ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRGBLUT Class / GreenLUT Property




In This Topic
GreenLUT Property
In This Topic
Gets or sets the single-channel LUT for the Green channel.
Syntax
'Declaration
 
Public Property GreenLUT As ImGearLUT
 
'Usage
 
Dim instance As ImGearRGBLUT
Dim value As ImGearLUT
 
instance.GreenLUT = value
 
value = instance.GreenLUT

Property Value

ImGearLUT class object.
Remarks
The default value is null.
See Also