Protocols
The following protocols are available globally.
-
The
See moreImageCacheprotocol defines a set of APIs for adding, removing and fetching images from a cache.Declaration
Swift
public protocol ImageCache -
The
See moreImageRequestCacheprotocol extends theImageCacheprotocol by adding methods for adding, removing and fetching images from a cache given anURLRequestand additional identifier.Declaration
Swift
public protocol ImageRequestCache : ImageCache
-
The
See moreImageFilterprotocol defines properties for filtering an image as well as identification of the filter.Declaration
Swift
public protocol ImageFilter
-
The
See moreSizableprotocol defines a size property intended for use withImageFiltertypes.Declaration
Swift
public protocol Sizable
-
The
See moreRoundableprotocol defines a radius property intended for use withImageFiltertypes.Declaration
Swift
public protocol Roundable
-
The
See moreCompositeImageFilterprotocol defines an additionalfiltersproperty to support multiple composite filters.Declaration
Swift
public protocol CompositeImageFilter : ImageFilter
-
The
See moreCoreImageFilterprotocol definesparameters,filterNameproperties used by CoreImage.Declaration
Swift
public protocol CoreImageFilter : ImageFilter
View on GitHub
Install in Dash
Protocols Reference