effects/tint_effect library

Classes

TintEffect
An effect that applies an animated color tint to the target. The begin and end values indicate the strength of the tint (0 - 0% tint, 1 - 100% tint). The default color is opaque black (Color(0xFF000000)). If color has an opacity less than one, that opacity is multiplied against the strength. Ex. Colors.black54 at strength 0.5 would apply a 27% black tint.