ColorMatrixMatrix40 Property
Gets or sets the element at the fourth row and 0 (zero) column of this ColorMatrix.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public float Matrix40 { get; set; }

Property Value

Type: Single
The element at the fourth row and 0 column of this ColorMatrix.
See Also