濮阳杆衣贸易有限公司

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

html5 更新圖片顏色示例代碼

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

復制代碼
代碼如下:

<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>

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

巨人網(wǎng)絡(luò)通訊聲明:本文標題《html5 更新圖片顏色示例代碼》,本文關(guān)鍵詞  html5,更新,圖片,顏色,示例,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《html5 更新圖片顏色示例代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于html5 更新圖片顏色示例代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    广水市| 休宁县| 宁安市| 綦江县| 钟山县| 大关县| 莎车县| 富平县| 玛沁县| 义马市| 泌阳县| 浠水县| 罗山县| 清徐县| 甘泉县| 合肥市| 镇平县| 离岛区| 阜平县| 息烽县| 神池县| 蓝田县| 安西县| 辽阳县| 宝应县| 漳浦县| 神池县| 运城市| 建瓯市| 汝州市| 岳池县| 雷山县| 呼伦贝尔市| 涟源市| 平遥县| 安塞县| 潮安县| 永嘉县| 双牌县| 龙胜| 昆山市|