C# Class winmaped2.Tests.RenderFixture

Mostra file Open project: Bananattack/verge3

Public Methods

Method Description
CreatePixels ( int width, int height, int color ) : int[]
CreateStippledPixels ( int width, int height, int color1, int color2 ) : int[]

Method Details

CreatePixels() public static method

public static CreatePixels ( int width, int height, int color ) : int[]
width int
height int
color int
return int[]

CreateStippledPixels() public static method

public static CreateStippledPixels ( int width, int height, int color1, int color2 ) : int[]
width int
height int
color1 int
color2 int
return int[]