Click or drag to resize

OpenSimplexNoiseGetImage Method

Generate a noise image in format with the requested width and height, based on the current noise parameters.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Image GetImage(
	int width,
	int height
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Godot.OpenSimplexNoise.GetImage(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Godot.OpenSimplexNoise.GetImage(System.Int32,System.Int32)"]

Return Value

Type: Image

[Missing <returns> documentation for "M:Godot.OpenSimplexNoise.GetImage(System.Int32,System.Int32)"]

See Also