Generic storage class template for a Spectrum representation storing three floating point elements. More...
#include <color.h>
Public Attributes | |
Float32 | c [3] |
Three color bands. More... | |
Generic storage class template for a Spectrum representation storing three floating point elements.
Used as base class for the mi::math::Spectrum class. Implementations should not rely on the specific implementation of Spectrum_struct, but instead use the more general access operations defined in the derived Spectrum class.