Interface ColorShifterAPI

All Known Implementing Classes:
ColorShifterUtil

public interface ColorShifterAPI
  • Method Details

    • getBase

      Color getBase()
    • setBase

      void setBase(Color base)
    • getCurr

      Color getCurr()
    • shift

      void shift(Object source, Color to, float durIn, float durOut, float shift)
    • getCurrForBase

      Color getCurrForBase(Color diffBase)