Archive for the ‘Snippet’ Category
oh my little rgb to hex function
Posted by: revoked in JavaScript, Programming, Snippet on May 30th, 2007
how I love you
function rgb(r,g,b){
return r.toString(16) + g.toString(16) + b.toString(16);
}
Posted by: revoked in JavaScript, Programming, Snippet on May 30th, 2007
how I love you
function rgb(r,g,b){
return r.toString(16) + g.toString(16) + b.toString(16);
}
You are currently browsing the archives for the Snippet category.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)