Click or drag to resize

IMcDibAccessDibWarningChannels Property

Display saturation warning colors as a pair of Long values.

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

Property Value

Type: Object
Remarks
DibWarningChannels.start is a mask for the color channels to be tested for the DibWarningLevels.start value. Similarly, DibWarningChannels.end is a mask for the channels to be tested for the DibWarningLevels.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. On access, the property is exposed as a LONGRANGE. On assignment, it may be any length-2 numeric array or structure.
See Also