ImageMagick.MagickImage.NativeMethods.X64.MagickImage_AutoGamma C# (CSharp) Méthode

MagickImage_AutoGamma() private méthode

private MagickImage_AutoGamma ( IntPtr Instance, UIntPtr channels, IntPtr &exception ) : void
Instance System.IntPtr
channels System.UIntPtr
exception System.IntPtr
Résultat void
        public static extern void MagickImage_AutoGamma(IntPtr Instance, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64