C# Class Softbuild.Media.Effects.CartoonizeEffect

Inheritance: IEffect
Mostrar archivo Open project: CH3COOH/Softbuild.Media

Private Properties

Property Type Description
GetPixel byte
SetPixel void
cconc int

Public Methods

Method Description
CartoonizeEffect ( )

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

CartoonizeEffect ( int threshold, byte stroke )

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

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

Private Methods

Method Description
GetPixel ( int width, int height, byte source, int x, int y ) : byte

SetPixel ( int width, int height, byte &source, int x, int y, byte pixel ) : void

cconc ( int inb ) : int

Method Details

CartoonizeEffect() public method

ThinningEffect クラスの新しいインスタンスを初期化します。
public CartoonizeEffect ( )

CartoonizeEffect() public method

ThinningEffect クラスの新しいインスタンスを初期化します。
public CartoonizeEffect ( int threshold, byte stroke )
threshold int
stroke byte

Effect() public method

public Effect ( int width, int height, byte source ) : byte[]
width int
height int
source byte
return byte[]