ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Clut C# (CSharp) 메소드

MagickImage_Clut() 개인적인 메소드

private MagickImage_Clut ( IntPtr Instance, IntPtr image, UIntPtr method, UIntPtr channels, IntPtr &exception ) : void
Instance System.IntPtr
image System.IntPtr
method System.UIntPtr
channels System.UIntPtr
exception System.IntPtr
리턴 void
        public static extern void MagickImage_Clut(IntPtr Instance, IntPtr image, UIntPtr method, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64