Skip to content
Working on documentation. authored by Kevin Meaney's avatar Kevin Meaney
...@@ -27,7 +27,7 @@ You can restrict the list of filters to a particular category. The list of categ ...@@ -27,7 +27,7 @@ You can restrict the list of filters to a particular category. The list of categ
* CICategoryTileEffect * CICategoryTileEffect
* CICategoryTransition * CICategoryTransition
To obtain a list of CoreImage filters belonging to the blue category: To obtain a list of CoreImage filters belonging to the blur category:
MIMeta.listfilters(category: :CICategoryBlur) MIMeta.listfilters(category: :CICategoryBlur)
... ...
......