CVECTOR

8-bit 3D (colour) vector

typedef struct {
        u_char r, g, b, cd;
} CVECTOR;

Members

r, g, b Vector elements
cd System reserved

Explanation

CVECTOR is used to define the structure of an 8-bit 3D (colour) vector.