C# 클래스 HQ2x.ColorAlphaLerp

상속: ILerp
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 메소드들

메소드 설명
Lerp ( BGRA color1, int factor1, BGRA color2, int factor2, BGRA color3, int factor3 ) : BGRA

비공개 메소드들

메소드 설명
LerpChannel ( byte value1, int factor1, byte value2, int factor2, byte value3, int factor3 ) : int

메소드 상세

Lerp() 공개 메소드

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
리턴 BGRA