mcImageSetDisplayFlags Enumeration
|
|
Legal values for the McImageSetImageChannel.DisplayFlags property
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcImageSetDisplayFlags
Members
| Member name | Value | Description |
---|
| mcisdfNone | 0 | No DisplayFlags. Channel will not display. |
| mcisdfDisplayed | 1 | If set, channel will be displayed and isincluded in the image created by McImageSet.AddColorCompositeChannel.
This bit is true by default. |
| mcisdfBackground | 2 | The channel is the background channel.If more than one channel has this bit set, only one of them (unspecified)
is used as the background channel. No error is generated in this case. |
| mcisdfBlink | 4 | During preview, the channel will blinkat the McImageSet.CompositeHost.BlinkRate. |
See Also