#include Color ColorAdd(Color c1, Color c2); Color ColorAddValue(Color c, int add); Rectangle TextInSpace(Rectangle box, float textH, float textW, float margin, bool topOrBottom);