C# 클래스 WinRTXamlToolkit.Imaging.WriteableBitmapDarkenExtension

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

공개 메소드들

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

Darkens the specified bitmap.

메소드 상세

Darken() 공개 정적인 메소드

Darkens the specified bitmap.
public static Darken ( this target, double amount ) : WriteableBitmap
target this The target bitmap.
amount double The 0..1 range amount to darken by where 0 does not affect the bitmap and 1 makes the bitmap completely black.
리턴 Windows.UI.Xaml.Media.Imaging.WriteableBitmap