ColorMatrix
Defines a 5 x 5 matrix that contains the coordinates for the RGBAW space. Several methods of the ImageAttributes class adjust image colors by using a color matrix. This class cannot be inherited.
Gets or sets the element at the specified row and column in the ColorMatrix.
Gets or sets the element at the 0 (zero) row and 0 column of this ColorMatrix.
Gets or sets the element at the 0 (zero) row and first column of this ColorMatrix.
Gets or sets the element at the 0 (zero) row and second column of this ColorMatrix.
Gets or sets the element at the 0 (zero) row and third column of this ColorMatrix. Represents the alpha component.
Gets or sets the element at the 0 (zero) row and fourth column of this ColorMatrix.
Gets or sets the element at the first row and 0 (zero) column of this ColorMatrix.
Gets or sets the element at the first row and first column of this ColorMatrix.
Gets or sets the element at the first row and second column of this ColorMatrix.
Gets or sets the element at the first row and third column of this ColorMatrix. Represents the alpha component.
Gets or sets the element at the first row and fourth column of this ColorMatrix.
Gets or sets the element at the second row and 0 (zero) column of this ColorMatrix.
Gets or sets the element at the second row and first column of this ColorMatrix.
Gets or sets the element at the second row and second column of this ColorMatrix.
Gets or sets the element at the second row and third column of this ColorMatrix.
Gets or sets the element at the second row and fourth column of this ColorMatrix.
Gets or sets the element at the third row and 0 (zero) column of this ColorMatrix.
Gets or sets the element at the third row and first column of this ColorMatrix.
Gets or sets the element at the third row and second column of this ColorMatrix.
Gets or sets the element at the third row and third column of this ColorMatrix. Represents the alpha component.
Gets or sets the element at the third row and fourth column of this ColorMatrix.
Gets or sets the element at the fourth row and 0 (zero) column of this ColorMatrix.
Gets or sets the element at the fourth row and first column of this ColorMatrix.
Gets or sets the element at the fourth row and second column of this ColorMatrix.
Gets or sets the element at the fourth row and third column of this ColorMatrix. Represents the alpha component.
Gets or sets the element at the fourth row and fourth column of this ColorMatrix.
public ColorMatrix()
Initializes a new instance of the ColorMatrix class.
Initializes a new instance of the ColorMatrix class using the elements in the specified matrix newColorMatrix.