Results 1 to 16 of 16

Thread: [RESOLVED] bitmap masking???

Threaded View

  1. #15

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [RESOLVED] bitmap masking???

    True, but this begs the question why use masks in the first place?

    Anyway I've dumped a demo in the second post here...
    http://www.vbforums.com/showthread.php?p=2249743

    In the AWGrafix.inc file there are 3 procedures that draw a bitmap.

    DrawImage is just a straight bit block transfer.
    DrawImageWithLogic lets you select AND / OR / XOR / COPY methods (Using COPY is equivalent to using DrawImage)
    DrawImageTransparent lets you select a color index that you want to make transparent.
    Last edited by wossname; Nov 20th, 2005 at 01:14 PM.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width