Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Is it possible to create a semi-transparent figure?
Is it possible to create a semi-transparent figure? [message #148215] Thu, 19 August 2004 21:07
Dolev Dotan is currently offline Dolev DotanFriend
Messages: 6
Registered: July 2009
Junior Member
Hi,

Well, the subject line says it all... But in other words, can I set a figure
to be, say, 30% transparent?

Thanks
Dolev
Re: Is it possible to create a semi-transparent figure? [message #148220 is a reply to message #148215] Thu, 19 August 2004 20:32 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

A figure is nothing more than paint calls. None of the painting API
supports transparency. However, an Image may contain an alpha mask which
may be 8-bit depth. So you can fake it with Images, but it's very slow and
memory intensive if you need to do anything large.

"Dolev Dotan" <dolevd@cs.technion.ac.il> wrote in message
news:cg319b$dan$1@eclipse.org...
> Hi,
>
> Well, the subject line says it all... But in other words, can I set a
figure
> to be, say, 30% transparent?
>
> Thanks
> Dolev
>
>
Previous Topic:How to make a connector touch the shape
Next Topic:Change cursor when moving tree item to different parent not allowed
Goto Forum:
  


Current Time: Fri Apr 26 02:43:00 GMT 2024

Powered by FUDForum. Page generated in 0.03114 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top