Home | History | Annotate | Download | only in animation

Lines Matching defs:fromColor

406         Color fromColor = (a->*m_getter)();
409 if (!fromColor.isValid() && !toColor.isValid())
412 if (!fromColor.isValid())
413 fromColor = a->color();
417 return fromColor == toColor;
422 Color fromColor = (a->*m_getter)();
425 if (!fromColor.isValid() && !toColor.isValid())
428 if (!fromColor.isValid())
429 fromColor = a->color();
432 (dst->*m_setter)(blendFunc(anim, fromColor, toColor, progress));