MatrixN3

EmfPlusColorMatrixEffect.MatrixN3 property

Gets or sets the Matrix[N][3] of the 5x5 color matrix. This row is used for transforms.

public int[] MatrixN3 { get; set; }

Property Value

The matrix n1.

Remarks

Matrix_0_3 (4 bytes): Matrix[0][3]. Matrix_1_3 (4 bytes): Matrix[1][3]. Matrix_2_3 (4 bytes): Matrix[2][3]. Matrix_3_3 (4 bytes): Matrix[3][3], which is the factor for the alpha (transparency) Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0.

See Also