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