colorWithAlphaComponent method
colorWithAlphaComponent:
Implementation
UIColor colorWithAlphaComponent(double alpha) {
objc.checkOsVersionInternal('UIColor.colorWithAlphaComponent:', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_oa8mke(object$.ref.pointer, _sel_colorWithAlphaComponent_, alpha);
return UIColor.fromPointer($ret, retain: true, release: true);
}