FMX.Utils.InterpolateColor
Delphi
function InterpolateColor(const Start, Stop: TAlphaColor; T: Single): TAlphaColor;
C++
extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall InterpolateColor(const System::Uitypes::TAlphaColor Start, const System::Uitypes::TAlphaColor Stop, float T);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FMX.Utils.pas FMX.Utils.hpp |
FMX.Utils | FMX.Utils |
Description
Calcule la valeur en cours d'une interpolation pour les valeurs de couleur alpha.
Start
est la couleur de début de l'interpolation.
Stop
est la couleur de fin de l'interpolation.
t
est l'heure en cours de l'interpolation.
Voir aussi
- System.UITypes.TAlphaColor
- FMX.Ani.InterpolateElastic
- FMX.Ani.InterpolateBack
- FMX.Ani.InterpolateExpo
- FMX.Utils.InterpolateSingle
- FMX.Ani.InterpolateQuad
- FMX.Ani.InterpolateCirc
- FMX.Ani.InterpolateSine
- FMX.Ani.InterpolateLinear
- FMX.Ani.InterpolateCubic
- FMX.Ani.InterpolateQuart
- FMX.Utils.InterpolateRotation
- FMX.Ani.InterpolateQuint
- FMX.Ani.InterpolateBounce
- FMX.Ani.TAnimation.NormalizedTime
- FMX.Types.TInterpolationType
- FMX.Ani.TAnimation.AnimationType