pidgeyJoin Date: 2008-01-16 Post Count: 2739 |
http://wiki.roblox.com/index.php?title=BrickColor_codes
http://wiki.roblox.com/index.php?title=Color3
http://wiki.roblox.com/index.php?title=BrickColor
Constructors
Function
BrickColor.new(val) Returns a BrickColor (val may be a number, string, or Color3).
BrickColor.new(r, g, b) Returns a BrickColor with the RGB components r, g, and b. All of these are between 0 and 1.
BrickColor.palette(val) Returns a BrickColor (val must be a number between 0 and 127).
BrickColor.Random() Returns a random BrickColor.
BrickColor.White() Returns White (1)
BrickColor.Gray() Returns Medium stone grey (194)
BrickColor.DarkGray() Returns Dark stone grey (199)
BrickColor.Black() Returns Black (26)
BrickColor.Red() Returns Bright red (21)
BrickColor.Yellow() Returns Bright yellow (24)
BrickColor.Green() Returns Dark green (28)
BrickColor.Blue() Returns Bright blue (23)
beep beep +1 post woohoo |