MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ToRGBSpectrum

Method ToRGBSpectrum

SampleFramework12/v1.00/Graphics/Spectrum.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107RGBSpectrum SampledSpectrum::ToRGBSpectrum() const {
108 float rgb[3];
109 ToRGB(rgb);
110 return RGBSpectrum::FromRGB(rgb);
111}
112
113SampledSpectrum SampledSpectrum::FromRGB(const float rgb[3],
114 SpectrumType type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected