GenImageWhiteNoise function

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

Implementation

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