C# Class Softbuild.Media.Effects.PosterizeEffect

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[]

ポスタライズ処理をおこなう

PosterizeEffect ( byte level ) : System

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

Method Details

Effect() public method

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

PosterizeEffect() public method

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