Channel property (LEADDlgColor Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_INT Channel

Delphi Syntax

Channel: L_INT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the channel for which to change the intensity.

This property is associated with the following dialog boxes:

1. RemapIntensity dialog box. In this case possible values are:

Value

Meaning

CHANNEL_MASTER

[0] All channels.

CHANNEL_RED

[1] Red channel only.

CHANNEL_GREEN

[2] Green channel only.

CHANNEL_BLUE

[3] Blue channel only.

2. IntensityDetect dialog boxes. In this case possible values are:

Value

Meaning

IDB_CHANNEL_MASTER

[$0000] Grayscale Channel.

IDB_CHANNEL_RED

[$0001] Red Channel.

IDB_CHANNEL_GREEN

[$0010] Green Channel.

IDB_CHANNEL_BLUE

[$0100] Blue Channel.

See Also

Elements:

ShowRemapIntensityDlg method, ShowIntensityDetectDlg method, RemapIntensityTable property, RemapIntensityTableSize property, IntensityInColor property, IntensityOutColor property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events