C# Class TodoApp.iOS.Helpers.ImageHelper

Show file Open project: strongloop/loopback-example-xamarin

Public Methods

Method Description
GrayscaleImage ( UIKit.UIImage oldImage ) : UIKit.UIImage

Creates grayscaled image from existing image.

Method Details

GrayscaleImage() public static method

Creates grayscaled image from existing image.
public static GrayscaleImage ( UIKit.UIImage oldImage ) : UIKit.UIImage
oldImage UIKit.UIImage Image to convert.
return UIKit.UIImage