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