Filter

public struct Filter

Wrapper for a Transformer of CIImage filters.

  • Undocumented

    Declaration

    Swift

    public struct Filter
  • Tint filter which will apply a tint color to images.

    Declaration

    Swift

    public static var tint: (Color) -> Filter =
  • Color control filter which will apply color control change to images.

    Declaration

    Swift

    public static var colorControl: (ColorElement) -> Filter = { arg -> Filter in