tigerman Posted January 3, 2011 Share Posted January 3, 2011 Hello, its me again :€ is it possible to make 255,255,255 to #ffffff ? like normal colors to hex Link to comment
Castillo Posted January 3, 2011 Share Posted January 3, 2011 I'm not sure of what are you talking about.. Link to comment
tigerman Posted January 3, 2011 Author Share Posted January 3, 2011 ok i try to explain, i want to make chatting color change window with scrollbars, but i need hex codes for that like #ffffff is white as 255,255,255 but with scrollbar i can only get numbers like 255,255,255 Link to comment
Aibo Posted January 3, 2011 Share Posted January 3, 2011 function rgb2hex(r,g,b) return string.format("#%02X%02X%02X", r, g, b) end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now