Page 1 of 1

Is there any way of makng all the colors on the screen negat

Posted: Sat May 27, 2006 6:10 pm
by Joakim Christiansen
Is there any way of makng all the colors on the screen negative? (i'm not talking about pb code)
That would shure look special...! :D

I just had to wonder... :lol:

Posted: Sat May 27, 2006 8:31 pm
by Trond
PB code:

Code: Select all

Rect.RECT
hDC = GetDC_(0)
  Rect\Right = 1024
  Rect\Bottom = 768
  InvertRect_(hDC, Rect)
ReleaseDC_(0, hDC)

Posted: Sat May 27, 2006 9:19 pm
by josku_x
Trond wrote:PB code:

Code: Select all

Rect.RECT
hDC = GetDC_(0)
  Rect\Right = 1024
  Rect\Bottom = 768
  InvertRect_(hDC, Rect)
ReleaseDC_(0, hDC)
Nice code Trond. Guess what I'll send you through e-mail? :twisted: