imageWithTintColor method

UIImage imageWithTintColor(
  1. UIColor color
)

imageWithTintColor:

Implementation

UIImage imageWithTintColor(UIColor color) {
  final _$$ref = object$.ref;
  final _$$ref$1 = color.ref;
  objc.checkOsVersionInternal('UIImage.imageWithTintColor:', iOS: (false, (13, 0, 0)));
  final $ret = _objc_msgSend_1sotr3r(_$$ref.pointer, _sel_imageWithTintColor_, _$$ref$1.pointer);
  return UIImage.fromPointer($ret, retain: true, release: true);
}