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

Method FadeToColor

headers/openvr_api.cs:3157–3160  ·  view source on GitHub ↗
(float fSeconds,float fRed,float fGreen,float fBlue,float fAlpha,bool bBackground)

Source from the content-addressed store, hash-verified

3155 FnTable.GetCumulativeStats(ref pStats,nStatsSizeInBytes);
3156 }
3157 public void FadeToColor(float fSeconds,float fRed,float fGreen,float fBlue,float fAlpha,bool bBackground)
3158 {
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected