You are all wrong!
It is a floating point number. it has to be divided by 255
so say for blue
((0/255),(0/255),(255/255))
which equals
(0,0,1);
or
((140/255),(200/255),(30/255))
which equals
(0.549,0.784,0.117)
So you MUST divide RGB by 255 to get the colour in floating point.
---------- Post added at 03:19 AM ---------- Previous post was at 03:18 AM ----------
Originally posted by AlabamaHit
i have no idea what you said. But changing those sould just be
self.hBack = self createRectangle("LEFT", "CENTER", 0, 0, 300, 30, (^1 0,^2 0,^3 170));
You have no idea