ImageFilter
public protocol ImageFilter
The ImageFilter protocol defines properties for filtering an image as well as identification of the filter.
-
A closure used to create an alternative representation of the given image.
Declaration
Swift
var filter: (Image) -> Image -
identifierDefault implementationThe string used to uniquely identify the filter operation.
Default Implementation
The unique idenitifier for an
ImageFilterconforming to theRoundableprotocol.Declaration
Swift
var identifier: String
View on GitHub
ImageFilter Protocol Reference