9c579023f0
When picking a color halfway between 100% white (0xffffffff) and fully transparent (0x00000000), the result was 50% opaque 50% grey (0x80808080) when it should really be 50% opaque white (0x80ffffff). This had a tendency to create grey fringes on things. The fix is to weight the non-alpha components based on how much they contribute to the final alpha value. |
||
---|---|---|
.. | ||
tests | ||
Makefile.in | ||
brush.c | ||
customlinecap.c | ||
font.c | ||
gdiplus.c | ||
gdiplus.manifest | ||
gdiplus.rc | ||
gdiplus.spec | ||
gdiplus_private.h | ||
graphics.c | ||
graphicspath.c | ||
image.c | ||
imageattributes.c | ||
matrix.c | ||
metafile.c | ||
pathiterator.c | ||
pen.c | ||
region.c | ||
stringformat.c |