Greek Letter
What It Does
The Greek Letter node generates Greek letter names (alpha through omega) based on an index value. It provides named steps for sequences where alphabetic or numeric scales aren't appropriate.
Inputs
Index
Letter index (0 = alpha, 1 = beta, etc.)
Number
Yes
Prefix
Optional text to add before the Greek letter
String
No
Suffix
Optional text to add after the Greek letter
String
No
Outputs
Value
The generated Greek letter with optional prefix and suffix
String

How to Use It
Drag the Greek Letter node into your graph.
Connect a number to the "Index" input or set it directly (0-23).
Optionally add prefix and suffix text if needed.
The node will output the corresponding Greek letter name (like "alpha", "beta", "gamma").

Tips
The index is clamped between 0-23 (the 24 Greek letters from alpha to omega).
Greek letters are useful for representing variables or iteration sequences.
See Also
Alphabetic Scale: For generating Latin alphabet sequences.
Numeric Scale: For generating numeric sequences.
T-shirt Size: For generating t-shirt size scales (XS, S, M, L, XL).
Use Cases
Mathematical Variables: Create named variables for mathematical expressions in design systems.
Phase Naming: Label design phases using Greek letters (alpha phase, beta phase).
Alternative Sequences: Provide a different naming convention when alphabetic or numeric scales are already in use.
Last updated