Function NoiseTexture.seamless

Whether the texture can be tiled without visible seams or not. Seamless textures take longer to generate.

bool seamless() nothrow @property @nogc;

void seamless (
  bool v
) nothrow @property @nogc;