Updated Filter Doc
This commit is contained in:
parent
22d65addd3
commit
89ac8d93c3
24
README.md
24
README.md
@ -355,12 +355,24 @@ Platforms: iOS, react-native-dom
|
|||||||
|
|
||||||
#### filter
|
#### filter
|
||||||
Add video filter
|
Add video filter
|
||||||
* **Normal (default)** - Normal Filter
|
* **FilterType.NONE (default)** - No Filter
|
||||||
* **Artistic** - Posterize Filter
|
* **FilterType.INVERT** - CIColorInvert
|
||||||
* **Black N White** - Black and White Filter
|
* **FilterType.MONOCHROME** - CIColorMonochrome
|
||||||
* **Country** - Sepia Filter
|
* **FilterType.POSTERIZE** - CIColorPosterize
|
||||||
* **Sunrise** - Warm Filter
|
* **FilterType.FALSE** - CIFalseColor
|
||||||
* **Winter** - Cool Filter
|
* **FilterType.MAXIMUMCOMPONENT** - CIMaximumComponent
|
||||||
|
* **FilterType.MINIMUMCOMPONENT** - CIMinimumComponent
|
||||||
|
* **FilterType.CHROME** - CIPhotoEffectChrome
|
||||||
|
* **FilterType.FADE** - CIPhotoEffectFade
|
||||||
|
* **FilterType.INSTANT** - CIPhotoEffectInstant
|
||||||
|
* **FilterType.MONO** - CIPhotoEffectMono
|
||||||
|
* **FilterType.NOIR** - CIPhotoEffectNoir
|
||||||
|
* **FilterType.PROCESS** - CIPhotoEffectProcess
|
||||||
|
* **FilterType.TONAL** - CIPhotoEffectTonal
|
||||||
|
* **FilterType.TRANSFER** - CIPhotoEffectTransfer
|
||||||
|
* **FilterType.SEPIA** - CISepiaTone
|
||||||
|
|
||||||
|
For more details on these filters refer to the [iOS docs](https://developer.apple.com/library/archive/documentation/GraphicsImaging/Reference/CoreImageFilterReference/index.html#//apple_ref/doc/uid/TP30000136-SW55).
|
||||||
|
|
||||||
Platforms: iOS
|
Platforms: iOS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user