LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Data Property (IccColorLookupTable8Bit)

Show in webframe





Gets or sets color lookup table data points.
Syntax
public byte[] Data {get; set;}
'Declaration
 
Public Property Data As Byte()
'Usage
 
Dim instance As IccColorLookupTable8Bit
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data

            

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

Property Value

Buffer of color lookup table data points. The size of each element is 1 byte. (Hence the "8Bit" in the class name).
Requirements

Target Platforms

See Also

Reference

IccColorLookupTable8Bit Class
IccColorLookupTable8Bit Members

 

 


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