←Select platform

Data Property

Summary
Gets or sets color lookup table data points.
Syntax
C#
C++/CLI
Python
public byte[] Data { get; set; } 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 
Data # get and set (IccColorLookupTable8Bit) 

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

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.