DynamicCompositeImageFilter
public struct DynamicCompositeImageFilter : CompositeImageFilter
The DynamicCompositeImageFilter class is a composite image filter based on a specified array of filters.
-
The image filters to apply to the image in sequential order.
Declaration
Swift
public let filters: [ImageFilter] -
Initializes the
DynamicCompositeImageFilterinstance with the given filters.Declaration
Swift
public init(_ filters: [ImageFilter])Parameters
filtersThe filters taking part in the composite image filter.
Return Value
The new
DynamicCompositeImageFilterinstance. -
Initializes the
DynamicCompositeImageFilterinstance with the given filters.Declaration
Swift
public init(_ filters: ImageFilter...)Parameters
filtersThe filters taking part in the composite image filter.
Return Value
The new
DynamicCompositeImageFilterinstance.
View on GitHub
Install in Dash
DynamicCompositeImageFilter Structure Reference