GenImageWhiteNoise function

ImageD GenImageWhiteNoise(
  1. int width,
  2. int height,
  3. double factor
)

See RaylibCoreFlatModule.GenImageWhiteNoise.

Implementation

ImageD GenImageWhiteNoise(
  int width,
  int height,
  double factor,
) => _module.GenImageWhiteNoise(width, height, factor);