LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorLookupTableTables Property (IccLookupTable8)

Show in webframe





Gets or sets the CLUT tables.
Syntax
public byte[] ColorLookupTableTables {get; set;}
'Declaration
 
Public Property ColorLookupTableTables As Byte()
'Usage
 
Dim instance As IccLookupTable8
Dim value() As Byte
 
instance.ColorLookupTableTables = value
 
value = instance.ColorLookupTableTables

            

            
public:
property array<byte>^ ColorLookupTableTables {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Array that contains CLUT values.
Requirements

Target Platforms

See Also

Reference

IccLookupTable8 Structure
IccLookupTable8 Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.