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
-
IMagickColorMatrixIDoubleMatrix
- Inherited Members
Constructors
MagickColorMatrix(int)
Initializes a new instance of the MagickColorMatrix class.
public MagickColorMatrix(int order)
Parameters
order
intThe order (1 to 6).
MagickColorMatrix(int, params double[])
Initializes a new instance of the MagickColorMatrix class.
public MagickColorMatrix(int order, params double[] values)