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



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

Syntax

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

Example

Refer to IccLookupTableAToBTagType example.

Inheritance Hierarchy

System.Object
   Leadtools.ColorConversion.IccColorLookupTableBase
      Leadtools.ColorConversion.IccColorLookupTable8Bit

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also