public bool UseLookupTable { get; set; }
Public Property UseLookupTable As Boolean
@property (nonatomic, assign, getter=usesLookupTable) BOOL useLookupTable
public boolean getUseLookupTable()
public void setUseLookupTable(boolean value)
true to enable using the lookup table (LUT), false to disable it.
You can access the lookup table (LUT) with the GetLookupTable and SetLookupTable methods. LUT is only used for 10-16 bit extended grayscale image or 10-16 bit palette color image. To update the palette in 1-8 bit image use SetPalette. For more information, refer to Grayscale Images.
If the value is true, the LUT will be used in all image processing commands and save. If the value is false, the LUT will be used only when painting and the LUT will be ignored when an image processing command is applied or when a file is saved.
For an example, refer to SetLookupTable.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document