Hrm, I can’t seem to get this code working to blend colors together. If anyone has done this, show me some quick code to blend these values, no lookup tables or any bullshit, just the raw operations.
red source pixel = 255
red destination pixel = 0
source pixel alpha value of 127
I think I want what AlphaComposite specifies as SRC_OVER. Destination is an opaque pixel and were blending a source pixel into that with it’s alpha value. I’ve tried alot of different things and I’ve gotten alot of really strange results. bleh, nothing but problems today.