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

    How to change brightness and contrast in an enhanced meta file

    Hi
    I need to know how to change brightness and contrast in an enhanced meta file.
    This modification must be done between the GetEnhMetaFile and PlayEnhMetaFile functions.
    Any hints or code pieces if available are welcome.

    Fred


  2. #2
    Join Date
    Oct 1999
    Location
    WA
    Posts
    2,393

    Re: How to change brightness and contrast in an enhanced meta file

    ICM is a way to change colors.

    Another way is enumerating all EMF records, and change all the pen, brush, bitmap colors within it. You can enumerating them and play them in the same loop.


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