ios-samples/UIImageEffects
conceptdev 1b21e84c03 onboard missing samples 2019-08-02 09:09:43 -07:00
..
Images.xcassets Added ios7 UIImageEffects sample 2014-01-16 22:14:55 -05:00
Screenshots Add new iOS 7 samples 2014-02-19 14:02:06 -09:00
UIImageEffects Updated 'UIImageEffects' sample (#322) 2018-12-06 20:53:41 -08:00
Metadata.xml Update brief tags description 2015-03-27 06:09:51 +03:00
README.md onboard missing samples 2019-08-02 09:09:43 -07:00
UIImageEffects.sln Updated 'UIImageEffects' sample (#322) 2018-12-06 20:53:41 -08:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Image Effects Port of the UIImageEffect sample From Apple: UIImageEffects shows how to create and apply blur and tint effects... sample
csharp
xamarin
uiimageeffects

Image Effects

This is a port of Apple's UIImageEffect sample.

Main classes

  • ViewController.cs – Calls the various filters on each tap.
  • UIImageEffect.cs – Contains various extension methods that allow the user to blur images and tint those images. The convenience methods show how to use the API.

Cat image with blur effect applied