←Select platform

LookUpTableLength Property

Summary

Gets or sets the length of the lookup table.

Syntax
C#
VB
Objective-C
C++
Java
public int LookUpTableLength { get; set; } 
Public Property LookUpTableLength As Integer 
@property (nonatomic, assign) NSUInteger lookUpTableLength 
public int getLookUpTableLength() 
public void setLookUpTableLength(int value) 
public: 
property int LookUpTableLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

Length of the lookup table. Possible values are 65536 for a 16-bit image, 4096 for a 12-bit image, 256 for an 8-bit image.

Example

Refer to RemapHueCommand

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly