MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetCurrentFadeColor

Method GetCurrentFadeColor

headers/openvr_api.cs:3161–3165  ·  view source on GitHub ↗
(bool bBackground)

Source from the content-addressed store, hash-verified

3159 FnTable.FadeToColor(fSeconds,fRed,fGreen,fBlue,fAlpha,bBackground);
3160 }
3161 public HmdColor_t GetCurrentFadeColor(bool bBackground)
3162 {
3163 HmdColor_t result = FnTable.GetCurrentFadeColor(bBackground);
3164 return result;
3165 }
3166 public void FadeGrid(float fSeconds,bool bFadeGridIn)
3167 {
3168 FnTable.FadeGrid(fSeconds,bFadeGridIn);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected