I do prefer doing it from 0-255 since that makes much more sense. R, G, and B components of a pixel are filled usually with 1 byte (depends what format etc.) and the maximum number for 1 byte is 255.
So Roblox is probably multiplying 255 by what you put for R, G, and B components or something like that. |