C# 클래스 HQ2x.Engine.Square

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

공개 메소드들

메소드 설명
Lerp14x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
Lerp2x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
Lerp2x3x3 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
Lerp3x1 ( BGRA color1, BGRA color2 ) : BGRA
Lerp5x2x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
Lerp6x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
Resolve ( ) : BGRA
RotateCCW ( ) : Square
Square ( Engine engine ) : System
Square ( Engine engine, BGRA Data, int Width, int Height, int x, int y ) : System

비공개 메소드들

메소드 설명
GetColor ( BGRA Data, int Width, int Height, int x, int y ) : BGRA

메소드 상세

Lerp14x1x1() 공개 메소드

public Lerp14x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
리턴 BGRA

Lerp2x1x1() 공개 메소드

public Lerp2x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
리턴 BGRA

Lerp2x3x3() 공개 메소드

public Lerp2x3x3 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
리턴 BGRA

Lerp3x1() 공개 메소드

public Lerp3x1 ( BGRA color1, BGRA color2 ) : BGRA
color1 BGRA
color2 BGRA
리턴 BGRA

Lerp5x2x1() 공개 메소드

public Lerp5x2x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
리턴 BGRA

Lerp6x1x1() 공개 메소드

public Lerp6x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
리턴 BGRA

Resolve() 공개 메소드

public Resolve ( ) : BGRA
리턴 BGRA

RotateCCW() 공개 메소드

public RotateCCW ( ) : Square
리턴 Square

Square() 공개 메소드

public Square ( Engine engine ) : System
engine Engine
리턴 System

Square() 공개 메소드

public Square ( Engine engine, BGRA Data, int Width, int Height, int x, int y ) : System
engine Engine
Data BGRA
Width int
Height int
x int
y int
리턴 System