Property | Type | Description |
---|
Method | Description | |
---|---|---|
Effect ( int width, int height, byte source ) : byte[] |
減色処理をおこなう
|
|
ReducedColorsEffect ( byte level ) : System |
ReducedColorsEffect クラスの新しいインスタンスを初期化します。
|
public Effect ( int width, int height, byte source ) : byte[] | ||
width | int | ビットマップの幅 |
height | int | ビットマップの高さ |
source | byte | 処理前のピクセルデータ |
return | byte[] |
public ReducedColorsEffect ( byte level ) : System | ||
level | byte | ポスタライズレベルの値(0~255 標準:1) |
return | System |