Ok, so I'm trying to learn how to make ANYTHING in Direct X. I came across a bit of code, demonstrating how to do colors. Here it is


struct SColor
{
int r;
int g;
int b;
};