Added author tags for GetHSVHouseColor thanks tomson26!

This commit is contained in:
Justin Marshall
2020-08-02 15:54:43 -07:00
parent 63b1529c25
commit dff22b0d9f
+7
View File
@@ -208,6 +208,13 @@ void HSVClass::Set(int color) const
rgb.Set(color);
}
/*
==========================
GetHSVHouseColor
Author: tomsons26
==========================
*/
RGBClass GetHSVHouseColor(HSVClass& hsv, int index)
{
int hue = hsv.Hue_Component();