CIImage.as constructor

CIImage.as(
  1. ObjCObject other
)

Constructs a CIImage that points to the same underlying object as other.

Implementation

CIImage.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('CIImage', macOS: (false, (10, 4, 0)));
}