CVRCompositor.FadeToColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void FadeToColor(float fSeconds, float fRed, float fGreen, float fBlue, float fAlpha, bool bBackground);
public void FadeToColor (float fSeconds, float fRed, float fGreen, float fBlue, float fAlpha, bool bBackground);
member this.FadeToColor : single * single * single * single * single * bool -> unit
Public Sub FadeToColor (fSeconds As Single, fRed As Single, fGreen As Single, fBlue As Single, fAlpha As Single, bBackground As Boolean)
Parameters
- fSeconds
- Single
- fRed
- Single
- fGreen
- Single
- fBlue
- Single
- fAlpha
- Single
- bBackground
- Boolean