hiCreateColorArray
hiCreateColorArray(
)
=> a_iconColorArray
Description
Returns a 27-element color array that can be used in a call to hiStringToIcon. The first 26 items correspond to the letters in the alphabet; the 27th item corresponds to a period (.).
Example: colorArray[0] is represented by a or A; colorArray[12] is represented by m or M; colorArray[26] is represented by a period (.).
To set these array elements, use hiMatchColorByName or hiMatchColor.
Arguments
Value Returned
Related Topics
Return to top