Safoku
|
  |
| Joined: 09 Jan 2013 |
| Total Posts: 146 |
|
|
| 07 Jul 2013 09:10 PM |
-Not sure if this is the right forum-
I am creating a project for Roblox and I need to know the RGB colors for the red border color. Anyone know it?
Thanks
-Safoku |
|
|
| Report Abuse |
|
|
Safoku
|
  |
| Joined: 09 Jan 2013 |
| Total Posts: 146 |
|
|
| 07 Jul 2013 09:13 PM |
| PS Please don't post "Wrong forum" if it is the wrong forum because that just prove your immature. |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2013 09:21 PM |
| RGB - Red, Green, Blue. Probably 255, 0, 0 |
|
|
| Report Abuse |
|
|
squerpooo
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 2356 |
|
|
| 07 Jul 2013 09:21 PM |
| Wrong forum, and bright red is Color3.new(255,0,0), shaded red is Color3.new(170,0,0) and dark red is Color3.new(127,0,0). |
|
|
| Report Abuse |
|
|
|
| 07 Jul 2013 09:22 PM |
| Red, Green, Black colors? Black Supremacy much? |
|
|
| Report Abuse |
|
|
| |
|
Safoku
|
  |
| Joined: 09 Jan 2013 |
| Total Posts: 146 |
|
|
| 07 Jul 2013 09:23 PM |
| Thanks, and yes I thought it was the wrong form. |
|
|
| Report Abuse |
|
|
squerpooo
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 2356 |
|
|
| 07 Jul 2013 09:24 PM |
| "Bright red is Color3.new(255,0,0), shaded red is Color3.new(170,0,0) and dark red is Color3.new(127,0,0)." |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 07 Jul 2013 09:27 PM |
In RGB it'd be 255,0,0 That's only in GUIs though.
If you are using Color3 such as in meshes and on brick colors, you would use Color3 which is the same thing, only 1 is 100% and 0 is 0% (above is wrong) so you'd do 1,0,0
Understand?
~ The ATR Fishie ~ |
|
|
| Report Abuse |
|
|
squerpooo
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 2356 |
|
|
| 07 Jul 2013 09:28 PM |
| Well @lordrambo that would only be from scripts. He is talking about the property. |
|
|
| Report Abuse |
|
|
squerpooo
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 2356 |
|
|
| 07 Jul 2013 09:28 PM |
| Now @lordrambo get out before I send poke over here. |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 07 Jul 2013 09:30 PM |
you can run this into the command bar and check the Color3s easily.
color = "Bright red" print(BrickColor.new(color).Color3)
that will get the color3 of a brickcolor. For color = "Bright red", it can be anything, it just has to be spelled correctly, included caps.
~ The ATR Fishie ~ |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 07 Jul 2013 09:31 PM |
No, you were entirely incorrect. Color3 is only manipulated through scripts (the way you demonstrated). What you did goes on a scale from 0 to 1.
~ The ATR Fishie ~ |
|
|
| Report Abuse |
|
|
squerpooo
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 2356 |
|
| |
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 07 Jul 2013 09:39 PM |
That's quite irrelevant. That also doesn't mean he dislikes me. He sends me messages periodically, and I do the same. In fact, it seemed like we were closer friends per say after that.
It seems to me that ever since you met me, you've been trying to show off your skill as a superior coder or what ever it is. It hasn't been working out.
~ The ATR Fishie ~ |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 07 Jul 2013 09:43 PM |
btw it's
color = "Bright red" print(BrickColor.new(color).Color)
I added a 3 on the one before.
~ The ATR Fishie ~ |
|
|
| Report Abuse |
|
|
Safoku
|
  |
| Joined: 09 Jan 2013 |
| Total Posts: 146 |
|
|
| 09 Jul 2013 04:51 AM |
| I wasn't working on something for Roblox. It was a paint.net design. |
|
|
| Report Abuse |
|
|
squerpooo
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 2356 |
|
|
| 16 Jul 2013 07:09 PM |
| Okay so it would be RGB (170, 0, 0) for a darkish red. |
|
|
| Report Abuse |
|
|