MatrixN0

EmfPlusColorMatrixEffect.MatrixN0 property

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

public int[] MatrixN0 { get; set; }

Remarks

Matrix_0_0 (4 bytes): Matrix[0][0], which is the factor for the color red. Matrix_1_0 (4 bytes): Matrix[1][0]. Matrix_2_0 (4 bytes): Matrix[2][0]. Matrix_3_0 (4 bytes): Matrix[3][0]. Matrix_4_0 (4 bytes): Matrix[4][0]. This value MUST be 0.0.

See Also