Color:ToVector
Description
Translates the Color into a Vector, losing the alpha channel. This will also range the values from 0 - 255 to 0 - 1
r / 255 -> x
g / 255 -> y
b / 255 -> z
This is the opposite of Vector:ToColor
Translates the Color into a Vector, losing the alpha channel. This will also range the values from 0 - 255 to 0 - 1
r / 255 -> x
g / 255 -> y
b / 255 -> z
This is the opposite of Vector:ToColor