CImagePalette::RemovePalette
Microsoft DirectShow 9.0 |
CImagePalette::RemovePalette
The RemovePalette method deletes the existing logical palette and calls CBaseWindow::UnsetPalette on the CBaseWindow object.
Syntax
HRESULT RemovePalette(void);
Return Value
Returns S_OK.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also