Generate texture.

Namespace:  AForge.Imaging.Textures
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
float[,] Generate(
	int width,
	int height
)

Parameters

width
Type: System..::.Int32
Texture's width.
height
Type: System..::.Int32
Texture's height.

Return Value

Two dimensional array of texture's intensities.

Remarks

Generates new texture of the specified size.

See Also