ImageMagick.MagickColor.NativeMethods.X86.MagickColor_Alpha_Set C# (CSharp) Method

MagickColor_Alpha_Set() private method

private MagickColor_Alpha_Set ( IntPtr instance, Byte value ) : void
instance System.IntPtr
value System.Byte
return void
        public static extern void MagickColor_Alpha_Set(IntPtr instance, QuantumType value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]