CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Location
    Cebu, Philippines
    Posts
    11

    About Raster Operations


    I have a new job assignment which has something to do with Raster Operations. Can anybody tell me why a need to have 256 ROPs?

    "Believe in the Power of Another..."

  2. #2
    Join Date
    Apr 2000
    Location
    San Francisco, California, USA
    Posts
    4,467

    Re: About Raster Operations

    Because there are 2^(2^n) different boolean functions that have n operands.
    For n=3 this gives 256. In other words, there are 256 different ways to
    combine colors of source, destination and brush.

    Russian Software Development Network -- http://www.rsdn.ru

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