Function OpenSimplexNoise.getSeamlessImage

Generate a tileable noise image, based on the current noise parameters. Generated seamless images are always square (size × size).

godot.d.reference.Ref!(godot.image.Image) getSeamlessImage (
  const(long) size
) nothrow @nogc;