ColorMatrix

System.Drawing.Imaging.ColorMatrix

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

Defines a 5 x 5 matrix that contains the homogeneous coordinates for the RGBA space.

public class ColorMatrix

Constructors

ColorMatrix()

Initializes a new instance of the ColorMatrix class.

ColorMatrix(newColorMatrix)

Initializes a new instance of the ColorMatrix class with the elements in the specified matrix.

Name
Type
Description

newColorMatrix

The values of the elements for the new ColorMatrix.

Properties

Item(row, column)

Singlearrow-up-right: Gets or sets the value of the specified element of this ColorMatrix.

Matrix00

Singlearrow-up-right: Gets or sets the element at the 0th row and 0th column.

Matrix01

Singlearrow-up-right: Gets or sets the element at the 0th row and 1st column.

Matrix02

Singlearrow-up-right: Gets or sets the element at the 0th row and 2nd column.

Matrix03

Singlearrow-up-right: Gets or sets the element at the 0th row and 3rd column.

Matrix04

Singlearrow-up-right: Gets or sets the element at the 0th row and 4th column.

Matrix10

Singlearrow-up-right: Gets or sets the element at the 1st row and 0th column.

Matrix11

Singlearrow-up-right: Gets or sets the element at the 1st row and 1st column.

Matrix12

Singlearrow-up-right: Gets or sets the element at the 1st row and 2nd column.

Matrix13

Singlearrow-up-right: Gets or sets the element at the 1st row and 3rd column.

Matrix14

Singlearrow-up-right: Gets or sets the element at the 1st row and 4th column.

Matrix20

Singlearrow-up-right: Gets or sets the element at the 2nd row and 0th column.

Matrix21

Singlearrow-up-right: Gets or sets the element at the 2nd row and 1st column.

Matrix22

Singlearrow-up-right: Gets or sets the element at the 2nd row and 2nd column.

Matrix23

Singlearrow-up-right: Gets or sets the element at the 2nd row and 3rd column.

Matrix24

Singlearrow-up-right: Gets or sets the element at the 2nd row and 4th column.

Matrix30

Singlearrow-up-right: Gets or sets the element at the 3rd row and 0th column.

Matrix31

Singlearrow-up-right: Gets or sets the element at the 3rd row and 1st column.

Matrix32

Singlearrow-up-right: Gets or sets the element at the 3rd row and 2nd column.

Matrix33

Singlearrow-up-right: Gets or sets the element at the 3rd row and 3rd column.

Matrix34

Singlearrow-up-right: Gets or sets the element at the 3rd row and 4th column.

Matrix40

Singlearrow-up-right: Gets or sets the element at the 4th row and 0th column.

Matrix41

Singlearrow-up-right: Gets or sets the element at the 4th row and 1st column.

Matrix42

Singlearrow-up-right: Gets or sets the element at the 4th row and 2nd column.

Matrix43

Singlearrow-up-right: Gets or sets the element at the 4th row and 3rd column.

Matrix44

Singlearrow-up-right: Gets or sets the element at the 4th row and 4th column.

Last updated

Was this helpful?