←Select platform

Data Property

Summary

Gets or sets color lookup table data points.

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

Property Value

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

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly