Fix alpha blending
authorFRIGN <dev@frign.de>
Sun, 31 Jan 2016 10:05:00 +0000 (11:05 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Fri, 5 Feb 2016 14:35:59 +0000 (15:35 +0100)
commit68ac6486b106751f79e2ff2f4d53e56843521ce5
tree0a4afcaa185228dba649ac3a81e2bc116747d172
parentb0ad67036e35bc148ebda08184881375e716ec0b
Fix alpha blending

- "/ 257", because 255 * 257 = UINT16_MAX
- "/ 255", because that's the maximum possible RGB value
sent.c