Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of dcubix

dcubix

dcubix has asked 18 questions and find answers to 0 problems.

Stats

90
EtPoint
0
Vote count
18
questions
0
answers

About

return ((r & 0xff) << 16) + ((g & 0xff) << 8) + (b & 0xff);

dcubix answers