Package com.github.tommyettinger.textra.utils
package com.github.tommyettinger.textra.utils
Contains miscellaneous support code; currently this covers 1D noise and color editing.
-
ClassDescriptionAn unordered map where the keys are case-insensitive Strings and the values are unboxed ints.A few static methods for commonly-used color handling tasks.Compresses Strings to byte arrays using a type of LZ-compression.Decompresses byte arrays to Strings using a type of LZ-compression.Some 1D noise methods to be used when an effect needs smooth but random changes.Combines 50 colors chosen to be generally distinct with the 34 colors libGDX defines in
Colors
.