Property | Type | Description |
---|
Method | Description | |
---|---|---|
Effect ( int width, int height, byte source ) : byte[] |
口径食処理をおこなう
|
|
VignettingEffect ( WriteableBitmap maskBitmap, double opacity ) : System |
VignettingEffect クラスの新しいインスタンスを初期化します。
|
public Effect ( int width, int height, byte source ) : byte[] | ||
width | int | ビットマップの幅 |
height | int | ビットマップの高さ |
source | byte | 処理前のピクセルデータ |
return | byte[] |
public VignettingEffect ( WriteableBitmap maskBitmap, double opacity ) : System | ||
maskBitmap | WriteableBitmap | 周辺光を表現するマスク画像 |
opacity | double | マスク画像の不透明度を表現する(0.0~1.0 不透明:1.0) |
return | System |