ImageMagick.MagickImage.NativeMethods.X64.MagickImage_TotalColors_Get C# (CSharp) Method

MagickImage_TotalColors_Get() private method

private MagickImage_TotalColors_Get ( IntPtr instance, IntPtr &exception ) : UIntPtr
instance System.IntPtr
exception System.IntPtr
return System.UIntPtr
        public static extern UIntPtr MagickImage_TotalColors_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64