Function OpenSimplexNoise.getImage
Generate a noise image with the requested width
and height
, based on the current noise parameters.
godot .d .reference .Ref!(godot.image.Image) getImage
(
const(long) width,
const(long) height
) nothrow @nogc;