( imp | 2008. 11. 28., p – 10:47 )

Erre gondolok:

typedef struct Color
{
  int red : 8;
  int green : 8;
  int blue : 8;
} Color;

Főleg, hogy alfa channel is kellhet ha már színekről van szó.