@ -15,4 +15,16 @@ export function gammaAdjust(gamma: number, source: Uint8ClampedArray,
width: number,height: number){
// TODO: Perform a gamma correction with the given gamma value on the current pixel at position (x, y) in the source array, and store the result in the dest array.