婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > html5 更新圖片顏色示例代碼

html5 更新圖片顏色示例代碼

熱門標(biāo)簽:申請400電話流程簡介 阜陽企業(yè)外呼系統(tǒng) 外呼線穩(wěn)定線路 地圖標(biāo)注位置能賺錢嗎 外呼系統(tǒng)電話怎么投訴 呼和浩特外呼電銷系統(tǒng)排名 pageadm實(shí)現(xiàn)地圖標(biāo)注 南通數(shù)據(jù)外呼系統(tǒng)推廣 邢臺縣地圖標(biāo)注app

復(fù)制代碼
代碼如下:

<canvas id="c1" width="1220" height = "880" style="background: none repeat scroll 0% 0% transparent; "></canvas>
<script>
var cID = "c1";
var image = new Image();
image.src = "Eye/item_eye_1.png";
image.onload = function () {
recolorImage(cID,image, 0, 0, 0, 255, 0, 0);
}
function recolorImage(c,img, oldRed, oldGreen, oldBlue, newRed, newGreen, newBlue) {
var c = document.getElementById(c);
var ctx = c.getContext("2d");
var w = img.width;
var h = img.height;
c.width = w;
c.height = h;
// draw the image on the temporary canvas
ctx.drawImage(img, 0, 0, w, h);
// pull the entire image into an array of pixel data
var imageData = ctx.getImageData(0, 0, w, h);
// examine every pixel,
// change any old rgb to the new-rgb
for (var i = 0; i < imageData.data.length; i += 4) {
// is this pixel the old rgb?
if (imageData.data[i] == oldRed && imageData.data[i + 1] == oldGreen && imageData.data[i + 2] == oldBlue) {
// change to your new rgb
imageData.data[i] = newRed;
imageData.data[i + 1] = newGreen;
imageData.data[i + 2] = newBlue;
}
}
// put the altered data back on the canvas
ctx.putImageData(imageData, 0, 0);
}
</script>

標(biāo)簽:蚌埠 德州 鶴崗 撫順 楊凌 黃山 內(nèi)蒙古 辛集

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《html5 更新圖片顏色示例代碼》,本文關(guān)鍵詞  html5,更新,圖片,顏色,示例,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《html5 更新圖片顏色示例代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于html5 更新圖片顏色示例代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 江西省| 嘉兴市| 辉南县| 黄大仙区| 集贤县| 丹寨县| 临朐县| 图们市| 周口市| 徐汇区| 黎川县| 比如县| 克拉玛依市| 建宁县| 文登市| 洮南市| 恭城| 禄劝| 新龙县| 丹棱县| 都匀市| 花垣县| 洛隆县| 精河县| 什邡市| 开远市| 鄂托克旗| 武威市| 安义县| 易门县| 城固县| 云阳县| 来凤县| 普定县| 亳州市| 苏尼特左旗| 临江市| 望奎县| 酉阳| 凌云县| 大埔县|