BrickColor RGB values are listed as [0-1] instead of [0-255]

I’m not sure if this was intentional or not, but the BrickColor RGB values are listed in Color3 format instead of the more useful and standard RGB(0-255, 0-255, 0-255) format. Makes it more difficult to use because now each value needs to be multiplied by 255 to get the standard RGB format. By using the standard RGB format, the color of an item can be easily set using a quick copy and paste operation whereas calculations must be performed using the current values.

Page URL: https://create.roblox.com/docs/reference/engine/datatypes/BrickColor

1 Like

Thanks for the report! I filed a ticket in our internal database.

Hi @Maelstorm_1973,
I’ve updated the BrickColor page. Instead of assuming which format creators want (0-255 or 0-1), I made columns for both.

Take care,
IgnisRBX

2 Likes

I was going to suggest that, but decided against it. However, you read my mind. Thanks for taking care of that.

Cheers.