C# 클래스 WinRTXamlToolkit.Imaging.WriteableBitmapLightenExtension

WriteableBitmap extensions to make the image brighter.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
Lighten ( this target, double amount ) : WriteableBitmap

Lightens the specified bitmap.

메소드 상세

Lighten() 공개 정적인 메소드

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.
리턴 Windows.UI.Xaml.Media.Imaging.WriteableBitmap