C# Class WinRTXamlToolkit.Imaging.WriteableBitmapLightenExtension

WriteableBitmap extensions to make the image brighter.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
Lighten ( this target, double amount ) : WriteableBitmap

Lightens the specified bitmap.

Method Details

Lighten() public static méthode

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.
Résultat Windows.UI.Xaml.Media.Imaging.WriteableBitmap