[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Rendering onto background image
From: |
John Houston |
Subject: |
Rendering onto background image |
Date: |
Wed, 07 Jun 2000 11:43:52 -0700 |
Hi,
I previously posted a message regarding
rendering onto a background image and indicated
that, to blend, I was using :
(pen.red( x) + background.red( 1-x)) /x
where x is the number in the glyph pixmap ( 0-4),
for each color component
I am acutally using
(pen.red( x) + background.red( 4-x)) /x
and getting results that are not as good as I would
like ( see attachment for example )
Any input would be appreciated,
Thanks,
John
- Rendering onto background image,
John Houston <=