Files
test/source/blender/blenlib
Sergey Sharybin c5c34ca65f Fix #34782: Video Editor - Substract after transform fails
Couple of precision issues here:

- Interpolation was rounding trunkcating colors, and because
  of some precision issues value 254.999 became 254 leading
  to troubles later.

  Now color interpolaiton will do rounding to nearest int.

- Subtract was setting channels to something negative which
  confused color management (especially negative alpha),

  Now subtract effect will clamp channels to 0 from bottom
  and also do some tricks to prevent small alpha which
  could also confuse color management.
2013-03-28 08:21:29 +00:00
..
2012-07-04 20:47:12 +00:00
2013-01-21 02:30:40 +00:00
2013-03-16 00:12:14 +00:00
2013-03-26 07:29:01 +00:00
2013-03-09 05:35:49 +00:00
2013-03-26 07:29:01 +00:00
2013-01-30 21:17:38 +00:00
2013-03-26 07:29:01 +00:00
2013-03-19 10:54:52 +00:00
2012-08-06 08:01:20 +00:00
2012-11-15 15:59:58 +00:00
2012-10-27 10:42:28 +00:00
2012-05-05 00:58:22 +00:00