CIImage.as constructor
CIImage.as(
- 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)));
}