MatrixN2

EmfPlusColorMatrixEffect.MatrixN2 property

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

public int[] MatrixN2 { get; set; }

Property Value

The matrix n1.

Remarks

Matrix_0_2 (4 bytes): Matrix[0][2]. Matrix_1_2 (4 bytes): Matrix[1][2]. Matrix_2_2 (4 bytes): Matrix[2][2], which is the factor for the color blue. Matrix_3_1 (4 bytes): Matrix[3][1]. Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0.

See Also