Contents

MPSUnaryImageKernel

A kernel that consumes one texture and produces one texture.

Declaration

class MPSUnaryImageKernel

Mentioned in

Overview

MPSUnaryImageKernel defines shared behavior for most image processing kernels (filters) such as edging modes, clipping, and tiling support for image operations that consumes a single source textures. It is not meant to be used directly, but provides API abstraction and in some cases may allow some level of polymorphic manipulation of image kernel objects.

Topics

Initializers

Methods

Properties

See Also

Image Filter Base Classes