Alpha Compositing

  • Arithmetic color operations
  • Not pixel based
  • Most obvious: dest = source * alpha + dest * (1-alpha)
  • Can be used to approximate anti-aliasing
  • Very slow in software
  • Easily accelerated in hardware
10 of 15

SuSE logo