Interface CIFilter


  • public interface CIFilter
    • 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()