Structs

The following structs are available globally.

  • This struct provides tools to create and manipulate color matrices. These can be passed into a CIKernel.

    See more

    Declaration

    Swift

    public struct ColorMatrix: ColorMatrixProtocol
  • A PhotoEditModel holds information about any modification that should be applied to an image.

    See more

    Declaration

    Swift

    public struct PhotoEditModel: Equatable, PhotoEditModelProtocol
  • Handles the geometry of an image and provides helpers to easily rotate or flip an image.

    See more

    Declaration

    Swift

    public struct ImageGeometry: CustomStringConvertible