Method | Description | |
---|---|---|
Effect ( int width, int height, byte source ) : byte[] |
グレースケール処理をおこなう
|
public Effect ( int width, int height, byte source ) : byte[] | ||
width | int | ビットマップの幅 |
height | int | ビットマップの高さ |
source | byte | 処理前のピクセルデータ |
return | byte[] |