Skip to content

Commit

Permalink
ImageData.colorSpace: fix link (#28796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored Aug 28, 2023
1 parent 9dfeb26 commit 611f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/imagedata/colorspace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ console.log(srgbImageData.colorSpace); // "srgb"
## See also

- [`CanvasRenderingContext2D.createImageData()`](/en-US/docs/Web/API/CanvasRenderingContext2D/createImageData)
- [`CanvasRenderingContext2D.getImageData()`](/en-US/docs/Web/API/CanvasRenderingContext2D/createImageData)
- [`CanvasRenderingContext2D.getImageData()`](/en-US/docs/Web/API/CanvasRenderingContext2D/getImageData)
- [`colorSpace` setting in `canvas.getContext()`](/en-US/docs/Web/API/HTMLCanvasElement/getContext#colorspace)
- Setting WebGL color spaces:
- [`WebGLRenderingContext.drawingBufferColorSpace`](/en-US/docs/Web/API/WebGLRenderingContext/drawingBufferColorSpace)
Expand Down

0 comments on commit 611f516

Please sign in to comment.