Struct Color

Struct Documentation

struct Color

The color struct contains the r, g and b colors.

Public Functions

Color(int r, int g, int b)

Public Members

int r_
int g_
int b_