Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
744
float ColorSetting::Intensity() const
745
{
746
if(hdr)
747
return intensity.Value();
748
else
749
return 1.0f;
750
}
751
752
void ColorSetting::SetIntensity(float newIntensity)
753
{
Callers
nothing calls this directly
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected