Question:
SetSpriteColor ( mySprite , red , green, blue, alpha )
How would you go from the default colors to a selected color and then back to
the default image color...? Will be messing with this, but not sure how to proceed...
(sprite, 0,0,0,0)?
(sprite, 100,100,100,100)?
--------------------------------------------------
1 hrs lader
mini tutorial;
Those color and alpha values go from 0-256 in line with TextColor settings.
So all 256 should be normal again.
Correction... as AmenMoses points out below;
Stay clear of exceeding the 255 boundary (I should know) throws a runtime error
and hard reset required. 256 is the spirit of the color, but not the letter of the law!