←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly