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