Package apple.coreimage.protocol
Interface CIFilter
-
public interface CIFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NSDictionary<java.lang.String,?>_customAttributes()CIFilter subclasses can implement 'customAttributes' to return a dictionary containing key/value pairs describing the filter.CIImageoutputImage()
-
-
-
Method Detail
-
_customAttributes
default NSDictionary<java.lang.String,?> _customAttributes()
CIFilter subclasses can implement 'customAttributes' to return a dictionary containing key/value pairs describing the filter. (see description of keys below)
-
outputImage
CIImage outputImage()
-
-