MDL SDK API nvidia_logo_transpbg.gif Up
mi::math::Spectrum_struct Struct Reference

Generic storage class template for a Spectrum representation storing three floating point elements. More...

#include <color.h>

Inheritance diagram for mi::math::Spectrum_struct:

Public Attributes

Float32 c [3]
 Three color bands. More...
 

Detailed Description

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.