RGBColor

Fields

float

red

float

green

float

blue

Functions

RGBColor

RGBColor

RGBColor

operator+

RGBColor

operator-

RGBColor

operator*

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