ImageAttributesSetColorMatrix Method (ColorMatrix)
Sets the color-adjustment matrix for the default category.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public void SetColorMatrix(
	ColorMatrix newColorMatrix
)

Parameters

newColorMatrix
Type: Aspose.PSDColorMatrix
The color-adjustment matrix.
See Also