C# Class winmaped2.Tests.RenderFixture

Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Méthode Description
CreatePixels ( int width, int height, int color ) : int[]
CreateStippledPixels ( int width, int height, int color1, int color2 ) : int[]

Method Details

CreatePixels() public static méthode

public static CreatePixels ( int width, int height, int color ) : int[]
width int
height int
color int
Résultat int[]

CreateStippledPixels() public static méthode

public static CreateStippledPixels ( int width, int height, int color1, int color2 ) : int[]
width int
height int
color1 int
color2 int
Résultat int[]