ColorMatrix.ColorMatrix
ColorMatrix()
Initializes a new instance of the ColorMatrix
class.
public ColorMatrix()
See Also
- class ColorMatrix
- namespace Aspose.PSD
- assembly Aspose.PSD
ColorMatrix(float[][])
Initializes a new instance of the ColorMatrix
class using the elements in the specified matrix newColorMatrix.
public ColorMatrix(float[][] newColorMatrix)
Parameter | Type | Description |
---|---|---|
newColorMatrix | Single[][] | The values of the elements for the new ColorMatrix . |
See Also
- class ColorMatrix
- namespace Aspose.PSD
- assembly Aspose.PSD