← index
Oculus.Rift.DK2/Acid.Cam.VR/colors.h
Source: Oculus.Rift.DK2/Acid.Cam.VR/colors.h
#ifndef COLOR__H_
#define COLOR__H_

typedef union _Color {
     unsigned char colors[4];
     unsigned int color;
} Color;

#endif