[cairo] CAIRO_OPERATOR_XOR documentation
Richard Billington
billingt at AI.SRI.COM
Mon Apr 6 18:36:53 PDT 2015
If I interpret this correctly (quoting from
http://cairographics.org/operators/):
Resulting alpha (aR) Resulting color (xR)
aA + aB − 2·aA·aB (xaA·(1−aB) + xaB·(1−aA))/aR
If the alpha value for both A and B is 1, then nothing will be drawn
anywhere? That is, I have something drawn on surface A with alpha at
1.0, and I have something on the receiving surface drawn with alpha at
1.0. This results in aR = 0.0 so everything in B becomes transparent?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo/attachments/20150406/c7552e28/attachment.html>
More information about the cairo
mailing list