Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Blend with Fill()

Status
Not open for further replies.

qazs

Programmer
Nov 11, 2002
78
SG
Hi,
I've noticed that in the method copypixels(), there's a blendLevel attribute which I find very useful.
But why isnt it there a blend attribute in the methods fill() and draw()?

Or is there a way to achieve the same result, just that I missed out?
Thanks.
 
Do fill()/draw() in the temporary image object first then do copypixels() into the destination image using desired blendlevel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top