Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

None

Value Returned

a_iconColorArray

A 27-element SKILL array.

Related Topics

Icon Functions

hiStringToIcon

hiMatchColorByName

hiStringToIcon

hiSetDisabledIcon


Return to top
 ⠀
X