Let\'s say I have the following struct:
struct Color { uint8_t r, g, b, a; };
I\'m trying to create a macro that would initialize this struct