Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

LookUpTableLength Property








Gets or sets the length of the lookup table.
Syntax
public int LookUpTableLength {get; set;}
'Declaration
 
Public Property LookUpTableLength As Integer
'Usage
 
Dim instance As RemapHueCommand
Dim value As Integer
 
instance.LookUpTableLength = value
 
value = instance.LookUpTableLength
public int LookUpTableLength {get; set;}
@property (nonatomic, assign) NSUInteger lookUpTableLength
public int getLookUpTableLength()
public void setLookUpTableLength(int value)
            
 <br/>get_LookUpTableLength();<br/>set_LookUpTableLength(value);<br/>Object.defineProperty('LookUpTableLength'); 
public:
property int LookUpTableLength {
   int get();
   void set (    int value);
}

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

See Also

Reference

RemapHueCommand Class
RemapHueCommand Members

Error processing SSI file