java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<E>
java.util.Stack<ColorStack.Entry>
io.github.thecsdev.tcdcommons.api.client.gui.util.ColorStack
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ColorStack.Entry>, Collection<ColorStack.Entry>, List<ColorStack.Entry>, RandomAccess

public final class ColorStack extends Stack<ColorStack.Entry>
A Stack of RGBA colors. This class extends the Stack class and is used to store ColorStack.Entry objects, each representing an RGBA color.
See Also: