lingo-l fill effect

2003-09-14 Thread director
greetings to everyone

is it possible to do a fill effect with a bitmap (not
regular color). ie. i have a bitmap that i would like
to use as a fill effect. is it possible for the bitmap
to cover were you click, just like you would with a
regular fill effect.


many thanks
DS 

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: lingo-l fill effect

2003-09-14 Thread Colin Holgate
is it possible to do a fill effect with a bitmap (not
regular color). ie. i have a bitmap that i would like
to use as a fill effect. is it possible for the bitmap
to cover were you click, just like you would with a
regular fill effect.


I think there are various ways to do this, some of which are easy. 
What's the overall effect you're doing?

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l fill effect

2003-09-14 Thread Troy Rollins
On Sunday, September 14, 2003, at 01:26 PM, Colin Holgate wrote:


is it possible to do a fill effect with a bitmap (not
regular color). ie. i have a bitmap that i would like
to use as a fill effect. is it possible for the bitmap
to cover were you click, just like you would with a
regular fill effect.
Take a look over copyPixels() and floodfill(). That is a good place to 
start.

I'll admit I'm a relative newbie at imaging lingo, but what you are 
asking doesn't seem too hard.

--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l fill effect

2003-09-14 Thread Daniel Nelson
Also check out mask ink.  Some very good, fast effects are possible using a greyscale 
member in front of a color bitmap member.

Regards,

Daniel


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]