A constant color texture that can adapt values in tristimulus color space to spectrum. Converts tristimulus values to spectrum based on parameters obtained during rendering.
More...
template<
math::EColorSpace COLOR_SPACE = math::EColorSpace::Linear_sRGB>
class ph::TConstantTristimulusTexture< COLOR_SPACE >
A constant color texture that can adapt values in tristimulus color space to spectrum. Converts tristimulus values to spectrum based on parameters obtained during rendering.
- Template Parameters
-
COLOR_SPACE | The color space this texture is in. Must be tristimulus. |