ColorMatrix()

ColorMatrix::ColorMatrix() constructor

Constructs a new instance of ColorMatrix class and initializes it with the values of identity matrix.

System::Drawing::Imaging::ColorMatrix::ColorMatrix()

ColorMatrix::ColorMatrix(const System::ArrayPtr<System::ArrayPtr<float>>&) constructor

Constructs a new instance of ColorMatrix class and initializes it with the specified values.

System::Drawing::Imaging::ColorMatrix::ColorMatrix(const System::ArrayPtr<System::ArrayPtr<float>> &matrix)

Arguments

ParameterTypeDescription
matrixconst System::ArrayPtr<System::ArrayPtr<float>>&A 2-dimensional array containing value ot initialize the matrix with

See Also