ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / Palette Class / GetColors Method

In This Topic
    GetColors Method
    In This Topic
    HRESULT IWICPalette::GetColors([In] unsigned int cCount,[Out, Buffer] void* pColors,[Out] unsigned int* pcActualColors)
    Syntax
    'Declaration
     
    Public Function GetColors( _
       ByVal count As System.Integer, _
       ByVal colorsRef As System.IntPtr _
    ) As System.Integer
    public System.int GetColors( 
       System.int count,
       System.IntPtr colorsRef
    )

    Parameters

    count
    colorsRef
    See Also