RosettaCodeData/Task/Bitmap-Flood-fill/HicEst/bitmap-flood-fill.hicest
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
302 B
Text

WINDOW(WINdowhandle=wh, BaCkcolor=0, TItle="Rosetta test image")
WRITE(WIN=wh, DeCoRation="EL=14, BC=14") ! color 14 == bright yellow
RGB(128, 100, 0, 25) ! define color nr 25 as 128/255 red, 100/255 green, 0 blue
WRITE(WIN=wh, DeCoRation="L=1/4, R=1/2, T=1/4, B=1/2, EL=25, BC=25")
WINDOW(Kill=wh)