UIColor

  • init: Initialise a UIColor from a FREObject.

    let clr = UIColor(freObject: argv[0])
    
  • toFREObject: Converts a UIColor into a FREObject of AS3 type uint (ARGB).