#include <color.h>
Public Member Functions | |
RGBColor (float v=0.f) | |
RGBColor (const float cs[3]) | |
RGBColor (const Color &color) | |
float | Y () const |
Definition at line 199 of file color.h.
lux::RGBColor::RGBColor | ( | float | v = 0.f |
) | [inline] |
Definition at line 202 of file color.h.
References lux::Color::c.
lux::RGBColor::RGBColor | ( | const float | cs[3] | ) | [inline] |
Definition at line 205 of file color.h.
References lux::Color::c.
lux::RGBColor::RGBColor | ( | const Color & | color | ) | [inline] |
Definition at line 208 of file color.h.
References lux::Color::c.
float lux::RGBColor::Y | ( | ) | const [inline] |
Reimplemented from lux::Color.
Definition at line 212 of file color.h.
References lux::Color::c.
Referenced by lux::MIPMapImpl< T, U >::convert(), lux::ImageSpectrumTexture::convert(), and lux::ImageFloatTexture::convert().