|
-
Feb 8th, 2001, 07:03 PM
#1
Thread Starter
Addicted Member
Hi!
How can you create a transparent fill style using APIs only. I tried using the CreateBrushIndirect and CreateHatchBrush, but that didn't do much.
-
Feb 8th, 2001, 09:08 PM
#2
Good Ol' Platypus
CreateBrushIndirect BS_HOLLOW 'BS_HOLLOW = 1
FloodFill 0,0,0 'flood fills transparently until it meets a pure black (RGB 0,0,0) pixel
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Feb 9th, 2001, 05:27 AM
#3
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|