#include <color.h>
Public Member Functions | |
XYZColor (float v=0.f) | |
XYZColor (float cs[3]) | |
XYZColor (const Color &color) | |
float | Y () const |
Friends | |
class | boost::serialization::access |
Definition at line 218 of file color.h.
lux::XYZColor::XYZColor | ( | float | v = 0.f |
) | [inline] |
Definition at line 224 of file color.h.
References lux::Color::c.
lux::XYZColor::XYZColor | ( | float | cs[3] | ) | [inline] |
Definition at line 227 of file color.h.
References lux::Color::c.
lux::XYZColor::XYZColor | ( | const Color & | color | ) | [inline] |
Definition at line 230 of file color.h.
References lux::Color::c.
float lux::XYZColor::Y | ( | ) | const [inline] |
Reimplemented from lux::Color.
Definition at line 234 of file color.h.
References lux::Color::c.
Referenced by lux::FlexImageFilm::AddSample(), lux::FlexImageFilm::ComputeGroupScale(), and lux::ColorSystem::ToRGBConstrained().
friend class boost::serialization::access [friend] |
Reimplemented from lux::Color.