| ColorMatrixMatrix40 Property |
Gets or sets the element at the fourth row and 0 (zero) column of this
ColorMatrix.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic float Matrix40 { get; set; }Public Property Matrix40 As Single
Get
Set
public:
property float Matrix40 {
float get ();
void set (float value);
}member Matrix40 : float32 with get, set
Property Value
Type:
SingleThe element at the fourth row and 0 column of this
ColorMatrix.
See Also