UseLUT Property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool UseLUT;

Delphi Syntax

UseLUT: Boolean

Overview

Refer to Grayscale Images

Remarks

Gets or sets a value that indicates when the LUT is used. Possible values are:

Value

Meaning

TRUE

The LUT is used in all image processing methods, including save. (Default)

FALSE

The LUT is used only when painting. It is ignored when an image processing method is applied or when a file is saved.

This property is designed primarily for use with 12 or 16-bit grayscale images. Support for 12 and 16-bit grayscale images is available in the Document/Medical toolkits.

See Also

Elements:

WindowLevel method, LevelLUT property, WindowLevelFillLUT method

Topics:

Raster Images: Palettes

 

Examining and Altering Bitmaps