C# Class HQ2x.Engine.Square

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetColor ( BGRA Data, int Width, int Height, int x, int y ) : BGRA

Method Details

Lerp14x1x1() public méthode

public Lerp14x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
Résultat BGRA

Lerp2x1x1() public méthode

public Lerp2x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
Résultat BGRA

Lerp2x3x3() public méthode

public Lerp2x3x3 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
Résultat BGRA

Lerp3x1() public méthode

public Lerp3x1 ( BGRA color1, BGRA color2 ) : BGRA
color1 BGRA
color2 BGRA
Résultat BGRA

Lerp5x2x1() public méthode

public Lerp5x2x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
Résultat BGRA

Lerp6x1x1() public méthode

public Lerp6x1x1 ( BGRA color1, BGRA color2, BGRA color3 ) : BGRA
color1 BGRA
color2 BGRA
color3 BGRA
Résultat BGRA

Resolve() public méthode

public Resolve ( ) : BGRA
Résultat BGRA

RotateCCW() public méthode

public RotateCCW ( ) : Square
Résultat Square

Square() public méthode

public Square ( Engine engine ) : System
engine Engine
Résultat System

Square() public méthode

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
Résultat System