ImageGear .NET - Updated October 2, 2018
BlueLUT Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRGBLUT Class : BlueLUT Property
Gets or sets the single-channel LUT for the Blue channel.
Syntax
'Declaration
 
Public Property BlueLUT As ImGearLUT
 
'Usage
 
Dim instance As ImGearRGBLUT
Dim value As ImGearLUT
 
instance.BlueLUT = value
 
value = instance.BlueLUT

Property Value

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

Reference

ImGearRGBLUT Class
ImGearRGBLUT Members