Method | Description | |
---|---|---|
EffectGrayscale ( this bmp ) : UIImage |
グレイスケール処理をしたWriteableBitmapオブジェクトを返す
|
|
EffectSepia ( this bmp ) : UIImage |
セピア調処理をしたWriteableBitmapオブジェクトを返す
|
|
FromArray ( this bmp, byte array ) : UIImage |
バイト配列からWriteableBitmapを生成する
|
|
GetHeight ( this bmp ) : int | ||
GetPixels ( this bmp ) : byte[] |
ビットマップの2-Dテクスチャを表す配列を取得します
|
|
GetWidth ( this bmp ) : int |
Method | Description | |
---|---|---|
ProcessEffect ( UIImage bmp, IEffect effector ) : UIImage |
パラメータ無しの画像処理をおこなう
|
public static EffectGrayscale ( this bmp ) : UIImage | ||
bmp | this | 元になるWriteableBitmapオブジェクト |
return | UIImage |
public static EffectSepia ( this bmp ) : UIImage | ||
bmp | this | 元になるWriteableBitmapオブジェクト |
return | UIImage |
public static FromArray ( this bmp, byte array ) : UIImage | ||
bmp | this | |
array | byte | ピクセルデータ |
return | UIImage |
public static GetPixels ( this bmp ) : byte[] | ||
bmp | this | WriteableBitmapオブジェクト |
return | byte[] |