GenImageWhiteNoise function
Implementation
@ffi.Native<Image Function(ffi.Int, ffi.Int, ffi.Float)>()
external Image GenImageWhiteNoise(int width, int height, double factor);
@ffi.Native<Image Function(ffi.Int, ffi.Int, ffi.Float)>()
external Image GenImageWhiteNoise(int width, int height, double factor);