C# Class HQ2x.ColorSimpleAlphaLerp

Inheritance: ILerp
Mostra file Open project: soywiz/cspspemu

Public Methods

Method Description
Lerp ( BGRA color1, int factor1, BGRA color2, int factor2, BGRA color3, int factor3 ) : BGRA

Private Methods

Method Description
LerpChannel ( byte value1, int factor1, byte value2, int factor2, byte value3, int factor3 ) : int

Method Details

Lerp() public method

public Lerp ( BGRA color1, int factor1, BGRA color2, int factor2, BGRA color3, int factor3 ) : BGRA
color1 BGRA
factor1 int
color2 BGRA
factor2 int
color3 BGRA
factor3 int
return BGRA