IntensityOutColor property (LEADDlgColor Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

COLORREF IntensityOutColor

Delphi Syntax

IntensityOutColor: COLORREF

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the color used to fill those pixels having an intensity value less than the IntensityLow or greater than the IntensityHigh properties in the IntensityDetetct dialog box.

This property has no effect if the Channel value is set to IDB_CHANNEL_MASTER. If for example the Channel property is set to IDB_CHANNEL_RED, then the red component of IntensityOutColor property will be used to fill the pixels having a red component value less than IntensityLow or greater than IntensityHigh.

See Also

Elements:

ShowIntensityDetectDlg method, IntensityLow property, IntensityHigh property, Channel property, IntensityInColor property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events