Archive for May, 2007
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 Grey Hats blog archives for May, 2007.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)