helpers library

Functions

createColorFromHEX(String hexString) Color
Return a Color from a Hex string.
createHexStringFromColor(Color color) String
Returns a string HEX color prefixed with "#".
generateLabelForCoordinate(IntVector2 coordinate) String
Generates a label that represents a coordinate composed by the results of generateLabelForIndex for each axis concatenated.
generateLabelForIndex(Axis axis, int index) String
Generates a header label given an axis and a header index.