Function: getMinMax()
getMinMax(
storedPixelData
):object
Calculate the minimum and maximum values in an Array
Parameters
• storedPixelData: PixelDataTypedArray
The pixel data to calculate the min and max values for
Returns
object
an object with two properties: min and max
max
max:
number
min
min:
number