Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the interface to use for color lookup table operations on the foreground surface.
Syntax
HRESULT retVal = object.SetLookup(pLookupTable);
Parameters
pLookupTable [in]
Type: IDXLookupTablePointer to an IDXLookupTable interface to use for color adjustment to the foreground surface.
Remarks
To set a lookup table for a Surface Modifier, you must first build one with the IDXLUTBuilder interface and retrieve from it a pointer to an IDXLookupTable interface. To clear a previous lookup table selection, call this method with a NULL pointer.
The lookup table is applied to the foreground surface only.