Class MagickColorMatrix
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q8-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
-
IMagickColorMatrixIDoubleMatrix
- Inherited Members
Constructors
MagickColorMatrix(uint)
Initializes a new instance of the MagickColorMatrix class.
public MagickColorMatrix(uint order)
Parameters
order
uintThe order (1 to 6).
MagickColorMatrix(uint, params double[])
Initializes a new instance of the MagickColorMatrix class.
public MagickColorMatrix(uint order, params double[] values)