ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLUT Class
Members




ImGearLUT Class
Provides a base for lookup tables (LUTs) that are used in ImageGear.
Object Model
ImGearLUT ClassImGearLUT ClassImGearLUT Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public MustInherit Class ImGearLUT 
 
'Usage
 
Dim instance As ImGearLUT
Remarks
A LUT is characterized by input depth and output depth; both input and output of the LUT can be signed or unsigned.
Inheritance Hierarchy

System.Object
   ImageGear.Core.ImGearLUT
      ImageGear.Core.ImGearFullLUT
      ImageGear.Core.ImGearLinearLUT

See Also