You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The color API has a few functions related to translating between HSL, RGB, and HSV, but the API could be more complete. For example, FromHSL is a function, but FromHSV is not. Additionally, most functions use floats rather than doubles; but it might be good to offer double versions of functions where possible because they are more precise.
The text was updated successfully, but these errors were encountered:
The color API has a few functions related to translating between HSL, RGB, and HSV, but the API could be more complete. For example,
FromHSL
is a function, butFromHSV
is not. Additionally, most functions use floats rather than doubles; but it might be good to offer double versions of functions where possible because they are more precise.The text was updated successfully, but these errors were encountered: