struct color {
  int red;
  int grn;
  int blu;
}
