initWithCIColor method

UIColor initWithCIColor(
  1. CIColor ciColor
)

initWithCIColor:

Implementation

UIColor initWithCIColor(CIColor ciColor) {
  objc.checkOsVersionInternal('UIColor.initWithCIColor:', iOS: (false, (5, 0, 0)));
  final _ret = _objc_msgSend_1sotr3r(this.ref.retainAndReturnPointer(), _sel_initWithCIColor_, ciColor.ref.pointer);
  return UIColor.castFromPointer(_ret, retain: false, release: true);
}