imageWithCIImage static method
imageWithCIImage:
Implementation
static UIImage imageWithCIImage(CIImage ciImage) {
objc.checkOsVersionInternal('UIImage.imageWithCIImage:', iOS: (false, (5, 0, 0)));
final $ret = _objc_msgSend_1sotr3r(_class_UIImage, _sel_imageWithCIImage_, ciImage.ref.pointer);
return UIImage.fromPointer($ret, retain: true, release: true);
}