Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccColorLookupTable16Bit Class
See Also  Members  
Leadtools.ColorConversion Namespace : IccColorLookupTable16Bit Class




Contains the color lookup table data (CLUT) encoding for the lutAtoBType or lutBToAType tag types.

Syntax

Visual Basic (Declaration) 
Public Class IccColorLookupTable16Bit 
   Inherits IccColorLookupTableBase
Visual Basic (Usage)Copy Code
Dim instance As IccColorLookupTable16Bit
C# 
public class IccColorLookupTable16Bit : IccColorLookupTableBase 
Managed Extensions for C++ 
public __gc class IccColorLookupTable16Bit : public IccColorLookupTableBase 
C++/CLI 
public ref class IccColorLookupTable16Bit : public IccColorLookupTableBase 

Example

Refer to IccLookupTableAToBTagType example.

Inheritance Hierarchy

System.Object
   Leadtools.ColorConversion.IccColorLookupTableBase
      Leadtools.ColorConversion.IccColorLookupTable16Bit

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also