|
HRESULT | InitializePredefined ([in] WICBitmapPaletteType ePaletteType, [in] BOOL fAddTransparentColor) |
|
HRESULT | InitializeCustom ([in, size_is(colorCount)] WICColor *pColors, [in] UINT colorCount) |
|
HRESULT | InitializeFromBitmap ([in] IWICBitmapSource *pISurface, [in] UINT colorCount, [in] BOOL fAddTransparentColor) |
|
HRESULT | InitializeFromPalette ([in] IWICPalette *pIPalette) |
|
HRESULT | GetType ([out] WICBitmapPaletteType *pePaletteType) |
|
HRESULT | GetColorCount ([out] UINT *pcCount) |
|
HRESULT | GetColors ([in] UINT colorCount, [out, size_is(colorCount)] WICColor *pColors, [out] UINT *pcActualColors) |
|
HRESULT | IsBlackWhite ([out] BOOL *pfIsBlackWhite) |
|
HRESULT | IsGrayscale ([out] BOOL *pfIsGrayscale) |
|
HRESULT | HasAlpha ([out] BOOL *pfHasAlpha) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 426 of file wincodec.idl.
◆ GetColorCount()
HRESULT IWICPalette::GetColorCount |
( |
[out] UINT * |
pcCount | ) |
|
◆ GetColors()
HRESULT IWICPalette::GetColors |
( |
[in] UINT |
colorCount, |
|
|
[out, size_is(colorCount)] WICColor * |
pColors, |
|
|
[out] UINT * |
pcActualColors |
|
) |
| |
◆ GetType()
◆ HasAlpha()
HRESULT IWICPalette::HasAlpha |
( |
[out] BOOL * |
pfHasAlpha | ) |
|
◆ InitializeCustom()
HRESULT IWICPalette::InitializeCustom |
( |
[in, size_is(colorCount)] WICColor * |
pColors, |
|
|
[in] UINT |
colorCount |
|
) |
| |
◆ InitializeFromBitmap()
◆ InitializeFromPalette()
◆ InitializePredefined()
◆ IsBlackWhite()
HRESULT IWICPalette::IsBlackWhite |
( |
[out] BOOL * |
pfIsBlackWhite | ) |
|
◆ IsGrayscale()
HRESULT IWICPalette::IsGrayscale |
( |
[out] BOOL * |
pfIsGrayscale | ) |
|
The documentation for this interface was generated from the following file: