CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Bitmap opacity

  1. #1
    Join Date
    May 1999
    Posts
    3

    Bitmap opacity

    My application uses a true color bitmap. However, some regions of the bitmap have to be made 'darker'. The same effect can be seen when using PaintShop's option "Selections, modify, overall opacity". My bitmap is drawn into a memory device that's copied to the actual screen. So far, all attempts to use BitBlt with several raster operations failed.
    Who can give a clue??


  2. #2
    Join Date
    May 1999
    Posts
    8

    Re: Bitmap opacity

    Have you tried using SetDIBitsToDevice ?


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

Featured