ColorMatrix

ColorMatrix constructor (1 of 2)

Initializes a new instance of the ColorMatrix class.

public ColorMatrix()

See Also


ColorMatrix constructor (2 of 2)

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

public ColorMatrix(float[][] newColorMatrix)
ParameterTypeDescription
newColorMatrixSingle[][]The values of the elements for the new ColorMatrix.

See Also