BlueChannelPenColor Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

OLE_COLOR BluePenColor;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the plotting color for the blue channel histogram chart used in the Histogram dialog box.

To use this property, HISTOGRAM_USERPENCOLORS must be set in the UIFlags property before calling the ShowHistogramDlg method. You can specify an OLE_COLOR value, such as the return value of the Windows RGB macro.

See Also

Elements

ShowHistogramDlg method