←Select platform

LookUpTableLength Property

Summary

Gets or sets the length of the lookup table.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int LookUpTableLength {get; set;}
Public Property LookUpTableLength As Integer
public int LookUpTableLength {get; set;}
@property (nonatomic, assign) NSUInteger lookUpTableLength
public int getLookUpTableLength() 
public void setLookUpTableLength(int value) 
get_LookUpTableLength(); 
set_LookUpTableLength(value); 
Object.defineProperty('LookUpTableLength'); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize