FMX.Types.InterpolateColor
From RAD Studio API Documentation
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);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Calculates the current value of an interpolation for alpha color values.
Start is the start color of the interpolation.
Stop is the end color of the interpolation.
t is the current time of the interpolation.
See Also
- 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