Click or drag to resize

IMcDibAccessDibWarningLevels Property

Display saturation warning levels as a pair of double values.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Property DibWarningLevels As Object
	Get
	Set

Property Value

Type: Object
Remarks
The DibWarningLevels.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 DibWarningLevels.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 DibWarningLevels.end is equal to or less than DibWarningLevels.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. On access, the property is exposed as a DOUBLERANGE. On assignment, it may be any length-2 numeric array or structure.
See Also