C# Class WinRTXamlToolkit.Imaging.WriteableBitmapLightenExtension

WriteableBitmap extensions to make the image brighter.
Datei anzeigen Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
Lighten ( this target, double amount ) : WriteableBitmap

Lightens the specified bitmap.

Method Details

Lighten() public static method

Lightens the specified bitmap.
public static Lighten ( this target, double amount ) : WriteableBitmap
target this The target bitmap.
amount double The 0..1 range amount to lighten by where 0 does not affect the bitmap and 1 makes the bitmap completely white.
return Windows.UI.Xaml.Media.Imaging.WriteableBitmap