Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History

UIImageEffects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
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