|
| 26 Jan 2015 01:06 PM |
Hexadecimal color codes would be very helpful for people using Studio, as the current 64 colors don't include colors like a nice red wood tone or dark, earthy soil.
I think this is a necessary option to add more beauty, realism, variety etc. to games. The 64-color panel thingy can stay, but should have an option next to it where one can type in something like 40000F because nothing that is currently provided looks similar at all. This is a dark, red, wood color. (space because natural redwood is generally brighter)
For those who don't know what hexadecimal means, here is a wall of text: Hexadecimal/RGB color codes are a way to accurately create a custom color by assigning a value between 0 and 255 to each of the red, green and blue lights that compose the pixels in a screen. Since we use decimal, or base 10, numerical notation, we use the digits 0-9. Hexadecimal (hex/6 plus dec/10), or base 16, has 16 digits, those being 0-9 then A-F. So, to count you go 0, 1, 2... 9, A, B, C, D, E, F, 10, 11,... 19, 1A, you get the idea. Continuing, 255 from base 10 becomes FF in base 16. This means the color code looks something like FFB60F, which means FF/B6/0F, giving red a brightness of FF, or 255, then green a brightness of B6, or 182, and finally giving blue a brightness of 0F, which is 16. This color is a bright yellowish orange.
also, this post would look better if i didnt have to edit it lots to get through roblox rules, apparently actually writing out 0-9 and A-F without shortening is against the rules (?)
tl;dr look up hexadecimal (or rgb) color code, i want that because the current colors aren't enough |
|
|
| Report Abuse |
|
| |
Vuvao
|
  |
| Joined: 30 Jun 2011 |
| Total Posts: 2109 |
|
|
| 26 Jan 2015 01:08 PM |
These threads are getting annoying. Everyone is posting the same thread. They've already said they're trying to do it. I prefer NBC right threads to these. |
|
|
| Report Abuse |
|
|
| 26 Jan 2015 01:12 PM |
@vuvao
apologies, i haven't been notified roblox blog link? post link? source pls |
|
|
| Report Abuse |
|
|
| 26 Jan 2015 01:17 PM |
also you can put a script in the part saying
script.Parent.BrickColor=BrickColor.new(154)
to make it dark red and it looks nice. |
|
|
| Report Abuse |
|
|
| 26 Jan 2015 01:36 PM |
local part = game.Workspace.Part part.BrickColor = BrickColor.new(255,150,45) |
|
|
| Report Abuse |
|