[main page] [download] [links] [faq] [sample programs]


rgb

Who's afraid of red, green and blue? Color test. Also shows bitmapped font OpenGL issue.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
open window 640,512
setrgb 0, 127, 0, 0
clear window

setrgb 1, 255, 0, 0
fill circle 200, 200, 100
setrgb 1, 0, 0, 255
text 200, 200, "RED", "cc"

setrgb 1, 0, 255, 0
fill circle 350, 275, 100
setrgb 1, 255, 0, 0
text 350, 275, "GREEN", "cc"

setrgb 1, 0, 0, 255
fill circle 275, 350, 100
setrgb 1, 0, 255, 0
text 275, 350, "BLUE", "cc"


[main page] [download] [links] [faq] [sample programs]

© 2001 P.B. IJdens, The Netherlands. All rights reserved.