C# Class ImageMagick.QuantizeSettings.NativeQuantizeSettings

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

Public Methods

Method Description
NativeQuantizeSettings ( ) : System
SetColorSpace ( ColorSpace value ) : void
SetColors ( int value ) : void
SetDitherMethod ( DitherMethod value ) : void
SetMeasureErrors ( bool value ) : void
SetTreeDepth ( int value ) : void

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

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

NativeQuantizeSettings() public method

public NativeQuantizeSettings ( ) : System
return System

SetColorSpace() public method

public SetColorSpace ( ColorSpace value ) : void
value ColorSpace
return void

SetColors() public method

public SetColors ( int value ) : void
value int
return void

SetDitherMethod() public method

public SetDitherMethod ( DitherMethod value ) : void
value DitherMethod
return void

SetMeasureErrors() public method

public SetMeasureErrors ( bool value ) : void
value bool
return void

SetTreeDepth() public method

public SetTreeDepth ( int value ) : void
value int
return void