Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Effect ( int width, int height, byte source ) : byte[] |
彩度調整処理をおこなう
|
|
SaturationEffect ( double saturation ) : System |
SaturationEffect クラスの新しいインスタンスを初期化します。
|
public Effect ( int width, int height, byte source ) : byte[] | ||
width | int | ビットマップの幅 |
height | int | ビットマップの高さ |
source | byte | 処理前のピクセルデータ |
Résultat | byte[] |
public SaturationEffect ( double saturation ) : System | ||
saturation | double | 彩度を表現する(0.0~1.0 標準:0.5) |
Résultat | System |