Click or drag to resize

IMcDibAccess Interface

An interface allowing access to Dib's

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcDibAccess

The IMcDibAccess type exposes the following members.

Properties
  NameDescription
Public propertyCommandData
Public propertyCommandFlags
Public propertyDibWarningChannels
Display saturation warning colors as a pair of Long values.
Public propertyDibWarningColors
Display saturation warning colors as a pair of Long values.
Public propertyDibWarningLevels
Display saturation warning levels as a pair of double values.
Public propertyParentPixelBuffer
The parent McPixelBuffer that created this McDibAccess instance
Top
Methods
  NameDescription
Public methodGetDibBytes
Returns a VARIANT holding a 2-D array that are the bytes for a 24-bit BGR, anti-raster order DIB.
Public methodGetDibBytesEx
Returns a VARIANT holding a 2-D array that are the bytes for a 24-bit BGR, anti-raster order DIB.
Public methodGetDisplayLut
Returns the current Display LUT as a 1-D array of Long.
Public methodGetMultichannelRGB
Returns the mapping of channel indices onto Red, Green, Blue and Alpha DIB color channels.
Public methodGetSourceActiveFrame
Returns information about a source ActiveFrameRange and ActiveFrameIndex..
Public methodGetSourceDisplayLut
Returns the current display LUT of the source.
Public methodGetSourceInfo
Returns information necessary to access source image data as a Dib bitmap.
Public methodCode exampleSetDisplayLut
Set a new display LUT from an array LUT entries.
Public methodSetMultichannelRGB
For mciGenericMultiBand image interpretations, set the mapping of channel indices onto Red, Green, Blue and Alpha DIB color channels.
Top
See Also