mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added author tags for GetHSVHouseColor thanks tomson26!
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user