IMcDibAccessGetSourceDisplayLut Method
|
|
Returns the current display LUT of the source.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction GetSourceDisplayLut (
lFrameIndex As Integer
) As Object
Parameters
- lFrameIndex
- Type: SystemInt32
Return Value
Type:
Objectthe current Source "Display LUT" in a form suitable for passing to the
SetDisplayLut method.
RemarksThe source may maintain a "Display LUT" for a given frame index, which
this method returns. The source display Lut will not necessarily be the same as
the Lut returned by a call to GetDisplayLut unless it has been assigned via a
call to SetDisplayLut.
If the source does not maintain a "Display LUT", then then GetSourceInfo
pFlags will return with the mcdafSourceHasDisplayLut bit clear. In this case,
the returned LUT will be an Empty Variant.
See Also