C# Class ImageMagick.MagickColor.NativeMagickColor

Inheritance: NativeInstance
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
FuzzyEquals ( MagickColor other, Byte fuzz ) : bool
Initialize ( string value ) : bool
NativeMagickColor ( ) : System
NativeMagickColor ( IntPtr instance ) : System

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
return void

FuzzyEquals() public method

public FuzzyEquals ( MagickColor other, Byte fuzz ) : bool
other MagickColor
fuzz System.Byte
return bool

Initialize() public method

public Initialize ( string value ) : bool
value string
return bool

NativeMagickColor() public method

public NativeMagickColor ( ) : System
return System

NativeMagickColor() public method

public NativeMagickColor ( IntPtr instance ) : System
instance System.IntPtr
return System