зеркало из https://github.com/xamarin/ios-samples.git
1b21e84c03 | ||
---|---|---|
.. | ||
Images.xcassets | ||
Screenshots | ||
UIImageEffects | ||
Metadata.xml | ||
README.md | ||
UIImageEffects.sln |
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 |
|
|
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.