←Select platform

GetLookupTable16 Method

Summary
Gets the 16-bit lookup table (LUT) of this RasterImage.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterColor16[] GetLookupTable16() 
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor16 *> *lookupTable16 
public RasterColor16[] getLookupTable16(); 
public void setLookupTable16( 
   RasterColor16[] rasterColor16[ 
); 
public: 
array<RasterColor16>^ GetLookupTable16();  
def GetLookupTable16(self): 

Return Value

An array of RasterColor16 structures which represent the lookup table (LUT) of this RasterImage.

Remarks

The lookup table (LUT) is used when the value of UseLookupTable is set to true.

The 8-bit (GetLookupTable) and 16-bit lookup tables are synchronized, so when you change one, the other is changed as well. The 16-bit lookup table has more precision so it is recommended you use the 16-bit LUT instead of the 8-bit LUT.

For more information, refer to Grayscale Images.

Requirements

Target Platforms

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

Leadtools Assembly

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