Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Fixes animation between certain colors #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 10, 2013

  1. Fixes animation between certain colors

    For some colors like Color.RED the ArgbEvaluation misread the alpha value as -1 instead of 255.
    This causes certain animations to be invisible as the animator then tries to animate between 0 and -1
    instead of 0 and 255.
    PaulWagener committed Nov 10, 2013
    Configuration menu
    Copy the full SHA
    54d85a8 View commit details
    Browse the repository at this point in the history