|
-
Aug 17th, 2000, 08:14 AM
#1
Thread Starter
Hyperactive Member
-
Aug 17th, 2000, 08:54 AM
#2
Thread Starter
Hyperactive Member
-
Aug 17th, 2000, 08:59 AM
#3
transcendental analytic
You use Fillrect right? Then you could just make the rect smaller by 1 pixel at each border
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.
-
Aug 17th, 2000, 09:15 AM
#4
Thread Starter
Hyperactive Member
-
Aug 17th, 2000, 09:22 AM
#5
Thread Starter
Hyperactive Member
-
Aug 17th, 2000, 10:19 AM
#6
transcendental analytic
yep, you could change the color light by multiplying each colorcomponent by a constant
Well not sure how you change the color, but you could use setpixel, a slightly slower than lineto, on the other hand you could blit i line you've drawn on a DC earlier
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.
-
Aug 17th, 2000, 10:19 AM
#7
Thread Starter
Hyperactive Member
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
|