Skip to contents

Generate image: white noise.

Usage

gen_image_white_noise(width, height, factor)

Arguments

width

An integer.

height

An integer.

factor

A number.

Value

An image

Note

This function has been auto-generated from the following Raylib function definition:

Image GenImageWhiteNoise(int width, int height, float factor);

Examples

if (FALSE) {
gen_image_white_noise(800L, 450L, 0.0)
}