> is there any workaround for making an alpha enabled color in java 1.1?

1.1 supported alpha values for colors in images, but not for the Color
object.  It supported only the SrcOver mode of rendering images and
the reference implementations did not actually blend the colors, but
instead used a "screen door" effect.  The "DitherTest" applet which
is in the demo directory of the JDK demonstrates how this is done...

                                ...jim

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to