Tcolor Struct Reference

Detailed Description

A color defined with red, green and blue components.

Definition at line 23 of file color.h.

Data Fields

double r
 
double g
 
double b
 

Field Documentation

double Tcolor::r

Red component for the color.

Definition at line 24 of file color.h.

Referenced by CopyColor(), CostColor(), GetRed(), NewColor(), NullColor(), PrintColor(), ScaleColor(), and SetRed().

double Tcolor::g

Green component for the color.

Definition at line 25 of file color.h.

Referenced by CopyColor(), CostColor(), GetGreen(), NewColor(), NullColor(), PrintColor(), ScaleColor(), and SetGreen().

double Tcolor::b

Blue component for the color.

Definition at line 26 of file color.h.

Referenced by CopyColor(), CostColor(), GetBlue(), NewColor(), NullColor(), PrintColor(), ScaleColor(), and SetBlue().