#include <ScavTaskColorShirt.h>
Public Member Functions | |
Rgb () | |
Rgb (float rr, float gg, float bb) | |
Public Attributes | |
float | b |
float | g |
float | r |
Definition at line 25 of file ScavTaskColorShirt.h.
Rgb::Rgb | ( | ) | [inline] |
Definition at line 27 of file ScavTaskColorShirt.h.
Rgb::Rgb | ( | float | rr, |
float | gg, | ||
float | bb | ||
) | [inline] |
Definition at line 28 of file ScavTaskColorShirt.h.
float Rgb::b |
Definition at line 26 of file ScavTaskColorShirt.h.
float Rgb::g |
Definition at line 26 of file ScavTaskColorShirt.h.
float Rgb::r |
Definition at line 26 of file ScavTaskColorShirt.h.