#include <raylib.h>

Color ColorLerp(Color c1, Color c2, float amount);
Color ColorAdd(Color c1, Color c2);
Color ColorAddValue(Color c, int add);