←Select platform

SetLookupTable16 Method

Summary
Sets the 16-bit lookup table (LUT) of this RasterImage.
Syntax
C#
VB
Objective-C
C++
Java
public void SetLookupTable16( 
   RasterColor16[] value 
) 
Public Sub SetLookupTable16( _ 
   ByVal value() As RasterColor16 _ 
)  
- (BOOL)setLookupTable16:(nullable NSArray<LTRasterColor16 *> *)lut16 error:(NSError **)error 
public void setLookupTable16(RasterColor16[] value) 
public: 
void SetLookupTable16(  
   array<RasterColor16>^ value 
)  

Parameters

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 (SetLookupTable) 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.

Example

For an example, refer to SetLookupTable.

Requirements

Target Platforms

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

Leadtools Assembly

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