ImageMagick.MagickImage.NativeMethods.X86.MagickImage_LevelColors C# (CSharp) Метод

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

private MagickImage_LevelColors ( IntPtr Instance, IntPtr blackColor, IntPtr whiteColor, UIntPtr channels, [ invert, IntPtr &exception ) : void
Instance System.IntPtr
blackColor System.IntPtr
whiteColor System.IntPtr
channels System.UIntPtr
invert [
exception System.IntPtr
Результат void
        public static extern void MagickImage_LevelColors(IntPtr Instance, IntPtr blackColor, IntPtr whiteColor, UIntPtr channels, [MarshalAs(UnmanagedType.Bool)] bool invert, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86