ImageMagick.MagickImage.NativeMethods.X64.MagickImage_SetColormap C# (CSharp) Метод

MagickImage_SetColormap() приватный Метод

private MagickImage_SetColormap ( IntPtr Instance, UIntPtr index, IntPtr color, IntPtr &exception ) : void
Instance System.IntPtr
index System.UIntPtr
color System.IntPtr
exception System.IntPtr
Результат void
        public static extern void MagickImage_SetColormap(IntPtr Instance, UIntPtr index, IntPtr color, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64