Package com.github.tommyettinger.textra.utils
Contains miscellaneous support code; currently this covers 1D noise and color editing.
-
Class Summary Class Description BlockUtils CaseInsensitiveIntMap An unordered map where the keys are case-insensitive Strings and the values are unboxed ints.CaseInsensitiveIntMap.Entries CaseInsensitiveIntMap.Entry CaseInsensitiveIntMap.Keys CaseInsensitiveIntMap.Values ColorUtils A few static methods for commonly-used color handling tasks.NoiseUtils Some 1D noise methods to be used when an effect needs smooth but random changes.Palette Combines 50 colors chosen to be generally distinct with the 34 colors libGDX defines inColors.StringUtils