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