t_jrgb Struct Reference

A color composed of red, green, and blue components. More...

#include <jpatcher_api.h>

Data Fields

double red
 Red component in the range [0.0, 1.0].
double green
 Green component in the range [0.0, 1.0].
double blue
 Blue component in the range [0.0, 1.0].

Detailed Description

A color composed of red, green, and blue components.

Typically such a color is assumed to be completely opaque (with no transparency).

See also:
t_jrgba