RGBColor

Fields

float red
float green
float blue

Detailed Description

struct RGBColor

Public Functions

inline RGBColor()
inline RGBColor(float r, float g, float b)
inline RGBColor operator+(RGBColor const &that) const
inline RGBColor operator-(RGBColor const &that) const
inline RGBColor operator*(float t) const

Public Members

float red
float green
float blue