Document Color3:ToHSV()

number , number , number Color3.toHSV ( Color3 color ) [static]

ToHSV has been defined as a method. This should replace the “static” Color3.toHSV function for reasons described previously.

print(Color3.fromHSV(1,2,3):ToHSV()) --> 1 2 3
3 Likes

Replaced the static flavor with the member function to the docs. Visible soon.

Is Color3.toHSV deprecated? I cannot find any indication that it is. For what it’s worth, if we have both, they both need to be documented.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.