2.2.3.5 MilColorTransform

The MilColorTransform structure specifies a 5x5 matrix that transforms a color space into another color space.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

m11

m12

m13

m14

m15

m21

m22

m23

m24

m25

m31

m32

m33

m34

m35

m41

m42

m43

m44

m45

m51

m52

m53

m54

m55

m11 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 1 column 1.

m12 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 1 column 2.

m13 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 1 column 3.

m14 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 1 column 4.

m15 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 1 column 5.

m21 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 2 column 1.

m22 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 2 column 2.

m23 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 2 column 3.

m24 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 2 column 4.

m25 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 2 column 5.

m31 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 3 column 1.

m32 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 3 column 2.

m33 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 3 column 3.

m34 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 3 column 4.

m35 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 3 column 5.

m41 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 4 column 1.

m42 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 4 column 2.

m43 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 4 column 3.

m44 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 4 column 4.

m45 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 4 column 5.

m51 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 5 column 1.

m52 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 5 column 2.

m53 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 5 column 3.

m54 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 5 column 4.

m55 (4 bytes): A 4-byte floating-point number. The value of the matrix's cell referenced by row 5 column 5.