jQuery Xcolor顏色信息處理
jQuery Xcolor 是 jQuery 用來(lái)處理顏色信息的插件,支持 RGB, HSV/HSB, HSL 。
示例代碼:
// Example:
$("h1").colorize("rgb(215, 104, 10)", "rgb(96, 170, 173)",
function(){
// Callback has to return value between 0 (=from) and 1 (=to).
return Math.random()
});
});評(píng)論
圖片
表情
