Starsector API
Loading...
Searching...
No Matches
ColorShifterAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.util;
2
3import java.awt.Color;
4
5public interface ColorShifterAPI {
6
8 void setBase(Color base);
10 void shift(Object source, Color to, float durIn, float durOut, float shift);
12}
void shift(Object source, Color to, float durIn, float durOut, float shift)