Contents

CIFilterShape

A description of the bounding shape of a filter and the domain of definition for a filter operation.

Declaration

class CIFilterShape

Overview

You use CIFilterShape objects in conjunction with Core Image classes, such as CIFilter, CIKernel, and CISampler, to create custom filters.

Topics

Initializing a Filter Shape

Inspecting a Filter Shape

Modifying a Filter Shape

See Also

Custom Filters