MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / WhiteNoise

Method WhiteNoise

include/Image.hpp:162–164  ·  view source on GitHub ↗

* Generate image: white noise */

Source from the content-addressed store, hash-verified

160 * Generate image: white noise
161 */
162 static ::Image WhiteNoise(int width, int height, float factor) {
163 return ::GenImageWhiteNoise(width, height, factor);
164 }
165
166 /**
167 * Generate image: cellular algorithm. Bigger tileSize means bigger cells

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected