| Previous | Next | |
STF.setDesktopBackgroundColor(hexRGBColor:String) : VoidhexRGBColor
Nothing.
Method; Sets the desktop's background color.
The following example sets the desktop color to an obnoxious red.
var rgbBackgroundColorText:String = "0xFF0000";
setDesktopBackgroundColor_btn.onRelease = function() {
STF.setDesktopBackgroundColor(rgbBackgroundColorText);
};
STF.setDesktopBackgroundColor()
| Questions or Feedback? | Previous | Next |