Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

Tcolor Struct Reference

A color. More...

#include <color.h>

Data Fields

double r
double g
double b

Detailed Description

A color defined with red, green and blue components.

Definition at line 21 of file color.h.


Field Documentation

double Tcolor::r

Red component for the color.

Definition at line 22 of file color.h.

Referenced by CopyColor(), GetBlue(), GetGreen(), GetRed(), NewColor(), PrintColor(), and SetRed().

double Tcolor::g

Green component for the color.

Definition at line 23 of file color.h.

Referenced by CopyColor(), NewColor(), PrintColor(), and SetGreen().

double Tcolor::b

Blue component for the color.

Definition at line 24 of file color.h.

Referenced by CopyColor(), NewColor(), PrintColor(), and SetBlue().


The documentation for this struct was generated from the following file: