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
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
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.