Handbook
Glossary
gen-image-perlin-noise ( width height offsetX offsetY scale -- Image )
Vocabulary
raylib
Inputs
width
an
int
height
an
int
offsetX
an
int
offsetY
an
int
scale
a
float
Outputs
Image
a
Image
Word description
Generate image: perlin noise
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-image-perlin-noise
Image
GenImagePerlinNoise
(
int
width,
int
height,
int
offsetX,
int
offsetY,
float
scale )