Io::Rgb struct reference
[Core module]

Declaration  

#include <Goptical/Io/Rgb>

namespace Goptical {
namespace Io {
struct Rgb;
};
};

This struct is a member of the Io namespace.

Description  

RGB color descriptor

Members  

See also the full member list section for this struct.

Functions  

  • Rgb()
  • Rgb(float red, float green, float blue, float alpha = [...])
  • bool operator<(const Rgb &rgb) const
  • Rgb operator~() const

Fields  

  • float a
  • float b
  • float g
  • float r

Members detail  

Rgb()  

No documentation available

Rgb(float red, float green, float blue, float alpha = 1.0)  

No documentation available

float a  

No documentation available

float b  

No documentation available

float g  

No documentation available

bool operator<(const Rgb &rgb) const  

No documentation available

Rgb operator~() const  

No documentation available

float r  

No documentation available

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc