Clamps the rgb values by the min and max values and stores the result into "result"
the original Color3
defines minimum clamping value (default is 0)
defines maximum clamping value (default is 1)
defines color to store the result into
Clamps the rgb values by the min and max values and stores the result into "result"
Returns
the original Color3