|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
ColorMatrix
|
|
The ColorMatrix representation. |
|
|
|
|
|
|
|
Elements
|
|
The elements within the matrix. |
|
|
|
|
|
|
|
Elements2D
|
|
The elements within the matrix as a two dimensional array. |
|
|
|
|
|
|
|
ElementsJagged
|
|
The elements within the matrix as a jagged array. |
|
|
|
|
|
|
|
Item[Int32, Int32]
|
|
An element within the matrix. |
|
|
|
|
|
|
|
M00
|
|
The element at row 0 and column 0. |
|
|
|
|
|
|
|
M01
|
|
The element at row 0 and column 1. |
|
|
|
|
|
|
|
M02
|
|
The element at row 0 and column 2. |
|
|
|
|
|
|
|
M03
|
|
The element at row 0 and column 3. |
|
|
|
|
|
|
|
M10
|
|
The element at row 1 and column 0. |
|
|
|
|
|
|
|
M11
|
|
The element at row 1 and column 1. |
|
|
|
|
|
|
|
M12
|
|
The element at row 1 and column 2. |
|
|
|
|
|
|
|
M13
|
|
The element at row 1 and column 3. |
|
|
|
|
|
|
|
M20
|
|
The element at row 2 and column 0. |
|
|
|
|
|
|
|
M21
|
|
The element at row 2 and column 1. |
|
|
|
|
|
|
|
M22
|
|
The element at row 2 and column 2. |
|
|
|
|
|
|
|
M23
|
|
The element at row 2 and column 3. |
|
|
|
|
|
|
|
M30
|
|
The element at row 3 and column 0. |
|
|
|
|
|
|
|
M31
|
|
The element at row 3 and column 1. |
|
|
|
|
|
|
|
M32
|
|
The element at row 3 and column 2. |
|
|
|
|
|
|
|
M33
|
|
The element at row 3 and column 3. |
|
|
|
|
|
|
|
M40
|
|
The element at row 4 and column 0. |
|
|
|
|
|
|
|
M41
|
|
The element at row 4 and column 1. |
|
|
|
|
|
|
|
M42
|
|
The element at row 4 and column 2. |
|
|
|
|
|
|
|
M43
|
|
The element at row 4 and column 3. |
|
|
|
|
|
|