You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
439 B
33 lines
439 B
# Farb Demo
|
|
|
|
papierfarbe 255,255,255
|
|
verberge
|
|
|
|
wiederhole 5 [
|
|
|
|
von c = 0 bis 255 [
|
|
papierfarbe 255-c,255,255
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe 0,255-c,255
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe c,0,255
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe 255,c,255-c
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe 255,255-c,0
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe 255,0,c
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe 255-c,0,255-c
|
|
]
|
|
von c = 0 bis 255 [
|
|
papierfarbe c,c,c
|
|
]
|
|
|
|
] |