EmfPlusColorMatrixEffect.MatrixN1
EmfPlusColorMatrixEffect.MatrixN1 property
Gets or sets the Matrix[N][1] of the 5x5 color matrix. This row is used for transforms.
public int[] MatrixN1 { get; set; }
Property Value
The matrix n1.
Remarks
Matrix_0_1 (4 bytes): Matrix[0][1]. Matrix_1_1 (4 bytes): Matrix[1][1], which is the factor for the color green. Matrix_2_1 (4 bytes): Matrix[2][1]. Matrix_3_1 (4 bytes): Matrix[3][1]. Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0.
See Also
- class EmfPlusColorMatrixEffect
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging