Describe the colour of a source.
We need a concept of colour more general than "g - r" in order to calculate e.g. atmospheric dispersion or a source's PSF
- Note
- This is very much just a place holder until we work out what we need. A full SED may be required, in which case a constructor from an SED name might be appropriate, or a couple of colours, or ...
Definition at line 25 of file Color.h.
bool lsst::afw::image::Color::operator== |
( |
Color const & | other | ) |
const |
|
inlinenoexcept |
Equality comparison for colors.
Just a placeholder like everything else, but we explicitly let indeterminate colors compare as equal.
In the future, we'll probably want some way of doing fuzzy comparisons on colors, but then we'd have to define some kind of "color difference" matric, and it's not worthwhile doing that yet.
Definition at line 49 of file Color.h.