GenImagePerlinNoise abstract method
Generate image: perlin noise
Implementation
ImageStructType GenImagePerlinNoise(
num width,
num height,
num offsetX,
num offsetY,
num scale,
);
Generate image: perlin noise
ImageStructType GenImagePerlinNoise(
num width,
num height,
num offsetX,
num offsetY,
num scale,
);