C# Class Softbuild.Media.Effects.NegativeEffect

ネガティブ処理をおこなうクラス
Inheritance: IEffect
Show file Open project: CH3COOH/Softbuild.Media

Public Methods

Method Description
Effect ( int width, int height, byte source ) : byte[]

ネガティブ処理をおこなう

Method Details

Effect() public method

ネガティブ処理をおこなう
public Effect ( int width, int height, byte source ) : byte[]
width int ビットマップの幅
height int ビットマップの高さ
source byte 処理前のピクセルデータ
return byte[]