(float fSeconds,float fRed,float fGreen,float fBlue,float fAlpha,bool bBackground)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected