ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / Palette Class / Initialize Method

In This Topic
    Initialize Method (Palette)
    In This Topic
    Initializes with the specified colors.
    Overload List
    OverloadDescription
    Initializes with the specified colors.  
    Initializes with the specified colors.  
    HRESULT IWICPalette::InitializePredefined([In] WICBitmapPaletteType ePaletteType,[In] BOOL fAddTransparentColor)  
    HRESULT IWICPalette::InitializeCustom([In, Buffer] void* pColors,[In] unsigned int cCount)  
    HRESULT IWICPalette::InitializeFromBitmap([In] IWICBitmapSource* pISurface,[In] unsigned int cCount,[In] BOOL fAddTransparentColor)  
    HRESULT IWICPalette::InitializeFromPalette([In, Optional] IWICPalette* pIPalette)  
    See Also