Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
480 B

#if !defined(LOGON__Fx_h__INCLUDED)
#define LOGON__Fx_h__INCLUDED
#pragma once
#ifdef GADGET_ENABLE_GDIPLUS
enum EFadeDirection
{
fdIn,
fdOut
};
void
FxSetAlpha(
IN Element * pe,
IN float flNewAlpha);
HRESULT
FxPlayLinearAlpha(
IN Element * pe,
IN float flOldAlpha,
IN float flNewAlpha,
IN float flDuration = 0.5f,
IN float flDelay = 0.0f);
HRESULT
FxInitGuts();
#endif // GADGET_ENABLE_GDIPLUS
#endif // LOGON__Fx_h__INCLUDED