2 0 H a M e s i l a S t . , N e s h e r 3 6 8 8 5 2 0 , I s r a e l
P O B 2 5 0 0 4 , H a i f a 3 1 2 5 0 0 1 , I s r a e l
T e l : ( + 9 7 2 ) - 7 2 - 2 7 2 3 5 0 0 F a x : ( + 9 7 2 ) - 7 2 - 2 7 2 3 5 1 1
Page no. 33 | Appendix No. 1
color_cross_
c7
0
-32768
32767
color_cross_
c8
4096
-32768
32767
Example:
// Set a
color_cross_
c2 value of 1.23 => input value should be 5038 = round (1.23 * 4096)
color_cross 4096 0 5038 0 4096 0 0 0 4096
8.8.23
color_cross_offset <red_offset> <green_offset> <blue_offset>
Sets the color cross talk offset.
In addition to the matrix multiplication (see
color_cross
) an offset can be added to
the pixel values for R, G and B separately. This offset is applied after the matrix multiplication. A value of zero is
treated as no offset.
Value
Reset
Minimal
Maximal
red_offset
0
-2048
2047
green_offset
0
-2048
2047
blue_offset
0
-2048
2047
8.8.24
color_conv <c0> .. <c8>
Sets the color conversion matrix. The following formula is used for the conversion:
Y = (c0*R + c1*G + c2*B) / 4096 + 64
Cb = (c3*R + c4*G + c5*B) / 4096 + 512
Cr = (c6*R + c7*G + c8*B) / 4096 + 512
Value
Reset
Minimal
Maximal
color_conv_
c0
871
-8192
8191
color_conv_
c1
2929
-8192
8191
color_conv_
c2
296
-8192
8191
color_conv_
c3
-469
-8192
8191
color_conv_
c4
-1579
-8192
8191
color_conv_
c5
2048
-8192
8191
color_conv_
c6
2048
-8192
8191
color_conv_
c7
-1860
-8192
8191
color_conv_
c8
-188
-8192
8191
Example:
// Set a
color_cross_
c2 value of 1.23 => input value should be 5038 = round (1.23 * 4096)
color_conv 871 2929 5038 -469 -1579 2048 2048 -1860 -188