Table of Contents

Class MagickColorMatrix

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Encapsulates a color matrix in the order of 1 to 6 (1x1 through 6x6).

public sealed class MagickColorMatrix : DoubleMatrix, IMagickColorMatrix, IDoubleMatrix
Inheritance
MagickColorMatrix
Implements
IMagickColorMatrix
IDoubleMatrix
Inherited Members

Constructors

MagickColorMatrix(int)

Initializes a new instance of the MagickColorMatrix class.

public MagickColorMatrix(int order)

Parameters

order int

The order (1 to 6).

MagickColorMatrix(int, params double[])

Initializes a new instance of the MagickColorMatrix class.

public MagickColorMatrix(int order, params double[] values)

Parameters

order int

The order (1 to 6).

values double[]

The values to initialize the matrix with.