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

Method Intensity

SampleFramework12/v1.00/Settings.cpp:744–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744float ColorSetting::Intensity() const
745{
746 if(hdr)
747 return intensity.Value();
748 else
749 return 1.0f;
750}
751
752void ColorSetting::SetIntensity(float newIntensity)
753{

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected