All Implemented Interfaces:
Serializable, Cloneable, Iterable<ColorStack.Entry>, Collection<ColorStack.Entry>, List<ColorStack.Entry>, RandomAccess, SequencedCollection<ColorStack.Entry>

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: