gen-image-perlin-noise ( width height offsetX offsetY scale -- Image )


Vocabulary
raylib

Inputs
widthan int
heightan int
offsetXan int
offsetYan int
scalea float


Outputs
Imagea Image


Word description
Generate image: perlin noise

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-image-perlin-noise Image
GenImagePerlinNoise
( int width, int height, int offsetX, int offsetY, float
scale )