(bool bBackground)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected