Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.