oh my little rgb to hex function

how I love you

function rgb(r,g,b){
return r.toString(16) + g.toString(16) + b.toString(16);
}

0 Responses to “oh my little rgb to hex function”


  1. No Comments

Leave a Reply