C# Class HQ2x.ColorAlphaThreshold

Inheritance: IThreshold
Mostra file Open project: soywiz/cspspemu

Public Methods

Method Description
ColorAlphaThreshold ( byte yThreshold, byte uThreshold, byte vThreshold, byte aThreshold ) : System
Similar ( BGRA color1, BGRA color2 ) : bool

Method Details

ColorAlphaThreshold() public method

public ColorAlphaThreshold ( byte yThreshold, byte uThreshold, byte vThreshold, byte aThreshold ) : System
yThreshold byte
uThreshold byte
vThreshold byte
aThreshold byte
return System

Similar() public method

public Similar ( BGRA color1, BGRA color2 ) : bool
color1 BGRA
color2 BGRA
return bool