Removed tabs and triple line-breaks

This commit is contained in:
Ray
2024-10-08 18:45:52 +02:00
parent 44e37c5f97
commit 3fb1ba25ac
11 changed files with 3 additions and 23 deletions

View File

@@ -4988,8 +4988,6 @@ Vector3 ColorToHSV(Color color)
return hsv;
}
// Get a Color from HSV values
// Implementation reference: https://en.wikipedia.org/wiki/HSL_and_HSV#Alternative_HSV_conversion
// NOTE: Color->HSV->Color conversion will not yield exactly the same color due to rounding errors