ImageData.data 是一个Uint8ClampedArray,其中以R、G、B、A 的顺序保存了像素点的数据,每四项表示一个像素点。 Uint8ClampedArray 是一种TypedArray, ...
確定! 回上一頁