Click or drag to resize

IMcDisplayExWarningChannels Property

Display saturation warning colors as a pair of Long 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 WarningChannels As Object
	Get
	Set

Property Value

Type: Object
Remarks
DibWarningChannels.start is a mask for the color channels to be tested for the WarningLevels.start value. Similarly, WarningChannels.end is a mask for the channels to be tested for the WarningLevels.end value. The lowest order bit corresponds to channel 0. By default, the values are 7 hex, so that the first three color channels only are tested. WarningChannels 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. Access when SourceToDisplay returns an empty Variant. On access, the property is exposed as a LONGRANGE. On assignment, it may be any length-2 numeric array or structure.
See Also