Click or drag to resize

IMcDisplayExWarningLevels Property

Display saturation warning levels as a pair of double values.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property WarningLevels As Object
	Get
	Set

Property Value

Type: Object
Remarks
The WarningLevels.start is the luminance level on any tested channel at which and below which the WarningColors.start color should be displayed instead of image data in the displayed Dib. Similarly, the WarningLevels.end is the luminance level on any tested channel at which and above which the WarningColors.end color should be displayed instead of image data in the displayed Dib. If WarningLevels.end is equal to or less than WarningLevels.start, then no warning colors are displayed. The channels tested can be set by assigning to the WarningChannels property, which is 7 by default so that the first three color channels are tested. WarningLevels are a property of the SourceToDisplay's display engine, so assigning to or accessing the property before setting the SourceToDisplay (or ImageToDisplay) will have no effect. On access, the property is exposed as a DOUBLERANGE. On assignment, it may be any length-2 numeric array or structure.
See Also