[][src]Module photon::noise

Add noise to images.

Functions

add_noise_rand

Add randomized noise to an image. This function adds a Gaussian Noise Sample to each pixel through incrementing each channel by a randomized offset. This randomized offset is generated by creating a randomized thread pool. [WASM SUPPORT NOT AVAILABLE]: Randomized thread pools cannot be created with WASM using the code used currently, but a workaround is oncoming.

pink_noise

Add pink-tinted noise to an image.