Package org.anchoranalysis.bean.shared.color.scheme
Beans that create lists or indices of colors according to particular schemes.
-
Class Summary Class Description ColorScheme Creates a sequence of related colors.ColorSchemeUnary LikeColorSchemebut employs a unary operator on a call to an existingColorScheme.FromList Specifies a list of colors by a list.FromSingle A single color repeated to meet the size.HSB Creates a sequence of colors by varying the hue-component in a HSB color model.Prepend Prepends a specific color to the list created by anotherColorScheme.Repeat Duplicates aColorListproduced by anotherColorSchemea certain number of times.Shuffle Randomizes the order of colors in a list created by anotherColorScheme.VeryBright Creates a list by repeating a defined constant list of very bright colors.