03.06.2015, 10:11
Please show us your color defines. Your embedding them wrong. Do it like this:
#define ORANGE "{FFFFFF}"
#define WHITE "{ABCDEF}"
format(string, sizeof(string), "Blablabla "#ORANGE" blublublu %s "#WHITE" yoyoyo.", whatever);
#define ORANGE "{FFFFFF}"
#define WHITE "{ABCDEF}"
format(string, sizeof(string), "Blablabla "#ORANGE" blublublu %s "#WHITE" yoyoyo.", whatever);