Changeset 16039 for trunk/Ohana/src/kapa2/test/input
- Timestamp:
- Jan 8, 2008, 12:49:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/test/input (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/test/input
r16037 r16039 5 5 set y = yramp(a) 6 6 set z = sqrt((x-256)^2 + (y-256)^2) 7 tvchannel 07 tvchannel 1 8 8 tv x 0 512 9 tvchannel 19 tvchannel 2 10 10 tv y 0 512 11 tvchannel 211 tvchannel 3 12 12 tv z 0 512 13 13 end … … 20 20 set G = g*(g >= 0) + (g + 256)*(g < 0) 21 21 set B = b*(b >= 0) + (b + 256)*(b < 0) 22 tvchannel 022 tvchannel 1 23 23 tv R 0 256 24 tvchannel 124 tvchannel 2 25 25 tv G 0 256 26 tvchannel 226 tvchannel 3 27 27 tv B 0 256 28 29 tvcolor ruffcolor 30 sleep 1 31 tvcolor fullcolor 28 32 end
Note:
See TracChangeset
for help on using the changeset viewer.
