Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.InterpolateColor
De XE2 API Documentation
Delphi
function InterpolateColor(Start, Stop: TAlphaColor; t: Single): TAlphaColor;
C++
extern PACKAGE System::Uitypes::TAlphaColor __fastcall InterpolateColor(System::Uitypes::TAlphaColor Start, System::Uitypes::TAlphaColor Stop, float t);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
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.Types.InterpolateElastic
- FMX.Types.InterpolateBack
- FMX.Types.InterpolateExpo
- FMX.Types.InterpolateSingle
- FMX.Types.InterpolateQuad
- FMX.Types.InterpolateCirc
- FMX.Types.InterpolateSine
- FMX.Types.InterpolateLinear
- FMX.Types.InterpolateCubic
- FMX.Types.InterpolateQuart
- FMX.Types.InterpolateRotation
- FMX.Types.InterpolateQuint
- FMX.Types.InterpolateBounce
- FMX.Types.TAnimation.NormalizedTime
- FMX.Types.TInterpolationType
- FMX.Types.TAnimation.AnimationType