#pragma once struct Color { unsigned int red = 0; unsigned int green = 0; unsigned int blue = 0; };