No overview available.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
Framework
- Core Animation
Declaration
struct CALayerContentsFilter
No overview available.
SDKs
Framework
struct CALayerContentsFilter
static let linear: CALayer Contents Filter
Linear interpolation filter.
static let nearest: CALayer Contents Filter
Nearest neighbor interpolation filter.
static let trilinear: CALayer Contents Filter
Trilinear minification filter. Enables mipmap generation. Some renderers may ignore this, or impose additional restrictions, such as source images requiring power-of-two dimensions.