|
-
Jul 7th, 2001, 09:59 AM
#1
Thread Starter
Good Ol' Platypus
Jotaf98 has made some cool stuff with BitBlt and Directdraw... (I think it's Jotaf98)
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jul 7th, 2001, 10:06 AM
#2
Fanatic Member
Do you, have some samples?
I'll check Jotaf98.
-
Jul 7th, 2001, 10:13 AM
#3
Thread Starter
Good Ol' Platypus
Go to the thread that Jotaf98 has in his signature, it provides sample code. He has the last post in the sentience thread in this forum.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jul 7th, 2001, 10:17 AM
#4
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 7th, 2001, 10:21 AM
#5
transcendental analytic
Here's the most commone ones listed
Code:
Value Description
BLACKNESS Fills the destination rectangle using the color associated with index 0 in the physical palette. (This color is black for the default physical palette.)
CAPTUREBLT Windows 98/Me, Windows 2000 or later: Includes any windows that are layered on top of your window in the resulting image. By default, the image only contains your window.
DSTINVERT Inverts the destination rectangle.
MERGECOPY Merges the colors of the source rectangle with the brush currently selected in hdcDest, by using the Boolean AND operator.
MERGEPAINT Merges the colors of the inverted source rectangle with the colors of the destination rectangle by using the Boolean OR operator.
NOMIRRORBITMAP Windows 98/Me, Windows 2000 or later: Prevents the bitmap from being mirrored.
NOTSRCCOPY Copies the inverted source rectangle to the destination.
NOTSRCERASE Combines the colors of the source and destination rectangles by using the Boolean OR operator and then inverts the resultant color.
PATCOPY Copies the brush currently selected in hdcDest, into the destination bitmap.
PATINVERT Combines the colors of the brush currently selected in hdcDest, with the colors of the destination rectangle by using the Boolean XOR operator.
PATPAINT Combines the colors of the brush currently selected in hdcDest, with the colors of the inverted source rectangle by using the Boolean OR operator. The result of this operation is combined with the colors of the destination rectangle by using the Boolean OR operator.
SRCAND Combines the colors of the source and destination rectangles by using the Boolean AND operator.
SRCCOPY Copies the source rectangle directly to the destination rectangle.
SRCERASE Combines the inverted colors of the destination rectangle with the colors of the source rectangle by using the Boolean AND operator.
SRCINVERT Combines the colors of the source and destination rectangles by using the Boolean XOR operator.
SRCPAINT Combines the colors of the source and destination rectangles by using the Boolean OR operator.
WHITENESS Fills the destination rectangle using the color associated with index 1 in the physical palette. (This color is white for the default physical palette.)
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 8th, 2001, 02:54 PM
#6
Frenzied Member
-
Jul 8th, 2001, 03:05 PM
#7
Frenzied Member
Btw thanks Sastraxi for remembering me
-
Jul 8th, 2001, 07:14 PM
#8
Thread Starter
Good Ol' Platypus
I'll always remember you
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jul 9th, 2001, 01:39 PM
#9
-
Jul 9th, 2001, 02:21 PM
#10
Thread Starter
Good Ol' Platypus
It's the CYBORG thread in Chit-Chat.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jul 9th, 2001, 06:14 PM
#11
Frenzied Member

What's with that thread?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|