Skip to main content
Clarifying - feel free to edit if I've garbled something.
Source Link
DMGregory
  • 140.8k
  • 23
  • 257
  • 401

ifIn the context of Roblox, vertex color is about robloxa (i know its not about roblox) then vertex color isVector3 with a vector3 that maxs out fromrange of 0-...1 but -1 = 1 and if its higher than 1 or lower than(negative values -1 then...0 are flipped and treated the more it issame as positive values). The greater the value, the brighter itthe color is.

if vertex color is about roblox (i know its not about roblox) then vertex color is a vector3 that maxs out from 0-1 but -1 = 1 and if its higher than 1 or lower than -1 then the more it is the brighter it is.

In the context of Roblox, vertex color is a Vector3 with a range of 0...1 (negative values -1...0 are flipped and treated the same as positive values). The greater the value, the brighter the color is.

Source Link

if vertex color is about roblox (i know its not about roblox) then vertex color is a vector3 that maxs out from 0-1 but -1 = 1 and if its higher than 1 or lower than -1 then the more it is the brighter it is.