imageRestrictedToStandardDynamicRange method
Returns a new image that will render within the standard range.
Implementation
UIImage imageRestrictedToStandardDynamicRange() {
final _ret = _objc_msgSend_1x359cv(this.ref.pointer, _sel_imageRestrictedToStandardDynamicRange);
return UIImage.castFromPointer(_ret, retain: true, release: true);
}