C# Class ImageMagick.MagickColorMatrix

Encapsulates a color matrix in the order of 1 to 6 (1x1 through 6x6).
Inheritance: DoubleMatrix
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
MagickColorMatrix ( int order )

Initializes a new instance of the MagickColorMatrix class.

Private Methods

Method Description
CheckOrder ( int order ) : void

Method Details

MagickColorMatrix() public method

Initializes a new instance of the MagickColorMatrix class.
public MagickColorMatrix ( int order )
order int The order (1 to 6).