ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Colorize C# (CSharp) Метод

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

private MagickImage_Colorize ( IntPtr Instance, IntPtr color, IntPtr blend, IntPtr &exception ) : IntPtr
Instance System.IntPtr
color System.IntPtr
blend System.IntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_Colorize(IntPtr Instance, IntPtr color, IntPtr blend, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64