RandomNoise
RandomNoise(destImage, alphaMin, alphaMax, redMin, redMax, greenMin, greenMax, blueMin, blueMax, makeColors)
Related Links:
BlueScreenAdditional Notes
makeColors
When the makeColors argument is set to false, the RandomNoise function sends the same pixel data to all four channels. While this is somewhat faster to render (5-10%), the result is an image buffer ranging from opaque white pixels through tranparent gray pixels with no opaque black.

