←Select platform

Data Property (IccColorLookupTable8Bit)

Summary

Gets or sets color lookup table data points.

Syntax

C#
VB
C++
public byte[] Data {get; set;}
Public Property Data As Byte()
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ColorConversion Assembly
Click or drag to resize