C# Class Softbuild.Media.Effects.ReducedColorsEffect

減色処理をおこなうクラス
Inheritance: IEffect
Mostrar archivo Open project: CH3COOH/Softbuild.Media

Private Properties

Property Type Description

Public Methods

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

減色処理をおこなう

ReducedColorsEffect ( byte level ) : System

ReducedColorsEffect クラスの新しいインスタンスを初期化します。

Method Details

Effect() public method

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

ReducedColorsEffect() public method

ReducedColorsEffect クラスの新しいインスタンスを初期化します。
public ReducedColorsEffect ( byte level ) : System
level byte ポスタライズレベルの値(0~255 標準:1)
return System