ImageMagick.MagickImage.NativeMethods.X86.MagickImage_CycleColormap C# (CSharp) 메소드

MagickImage_CycleColormap() 개인적인 메소드

private MagickImage_CycleColormap ( IntPtr Instance, IntPtr amount, IntPtr &exception ) : void
Instance System.IntPtr
amount System.IntPtr
exception System.IntPtr
리턴 void
        public static extern void MagickImage_CycleColormap(IntPtr Instance, IntPtr amount, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86