From 75258c7a0fa043c3e373f8a933332595e298a3f1 Mon Sep 17 00:00:00 2001 From: NetaP495L Date: Sat, 31 Jul 2021 19:57:39 +0800 Subject: fix code style Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas, zh-CN (#1817) --- .../api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html b/files/zh-cn/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html index 268d375903..e18a67a753 100644 --- a/files/zh-cn/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html +++ b/files/zh-cn/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas

颜色选择器

-

在这个例子里面,我们会使用getImageData()去展示鼠标光标下的颜色。为此,我们要当前鼠标的位置,记为layerX和layerY,然后我们去查询getImageData()给我们提供的在那个位置的像数数组里面的像素数据。最后我们使用数组数据去设置背景颜色和<div>的文字去展示颜色值。

+

在这个例子里面,我们会使用getImageData()去展示鼠标光标下的颜色。为此,我们要当前鼠标的位置,记为layerX和layerY,然后我们去查询getImageData()给我们提供的在那个位置的像数数组里面的像素数据。最后我们使用数组数据去设置背景颜色和<div>的文字去展示颜色值。