GenImageWhiteNoise abstract method

ImageStructType GenImageWhiteNoise(
  1. num width,
  2. num height,
  3. num factor
)

Implementation

ImageStructType GenImageWhiteNoise(
  num width,
  num height,
  num factor,
);