C# Class Softbuild.Media.Effects.SepiaEffect

セピア調変換処理をおこなうクラス
Inheritance: IEffect
Afficher le fichier Open project: CH3COOH/Softbuild.Media

Méthodes publiques

Méthode Description
Effect ( int width, int height, byte source ) : byte[]

セピア調変換処理をおこなう

Method Details

Effect() public méthode

セピア調変換処理をおこなう
public Effect ( int width, int height, byte source ) : byte[]
width int ビットマップの幅
height int ビットマップの高さ
source byte 処理前のピクセルデータ
Résultat byte[]