IntensityInColor property (LEADDlgColor Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

COLORREF IntensityInColor

Delphi Syntax

IntensityInColor: COLORREF

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the color used to fill those pixels having an intensity value between the IntensityLow and 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 value is set to IDB_CHANNEL_RED, then the red component of the IntensityInColor property will be used to fill the pixels having a red component value between the IntensityLow and IntensityHigh properties values.

See Also

Elements:

ShowIntensityDetectDlg method, IntensityLow property, IntensityHigh property, Channel property, IntensityOutColor property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events