ArgbEvaluatorCompat

This evaluator can be used to perform type interpolation between integer values that represent ARGB colors.

This compat version is copied from android.animation.ArgbEvaluator with critical bug fixes for older versions of Android.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun evaluate(fraction: Float, startValue: Integer, endValue: Integer): Integer
This function returns the calculated in-between value for a color given integers that represent the start and end values in the four bytes of the 32-bit int.