Files
loongoffice/drawinglayer/source/processor3d
Noel 9cc41b9ad5 opacity->alpha in BPixel
They are basically the same thing, but alpha is the preferred term
these days.

Also improve the mixing algorithm,
  1 - opacity
is
  255 - opacity
not
  256 - opacity
since the range of sal_uInt8 is 0..255

Change-Id: I8788ac79285ab25c8d322b05817dffd3745fd699
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108963
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-08 17:20:23 +01:00
..