Color3

From Goodblox Wiki
Revision as of 09:19, 23 June 2020 by Pizzaboxer (talk | contribs) (Created page with "{{CatUp|Properties}} Color3 is a variable used to store the numeric values of a certain colour. It appears in the format (R;G;B); where R is the red component (from 0-255), G...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Color3 is a variable used to store the numeric values of a certain colour. It appears in the format (R;G;B); where R is the red component (from 0-255), G is the green component (from 0-255) and B is the blue component (from 0-255).