Skip to content

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 ​

NameDescriptionTypeRequired
IndexLetter index (0 = alpha, 1 = beta, etc.)NumberYes
PrefixOptional text to add before the Greek letterStringNo
SuffixOptional text to add after the Greek letterStringNo

Outputs ​

NameDescriptionType
ValueThe generated Greek letter with optional prefix and suffixString

How to Use It ​

  1. Drag the Greek Letter node into your graph.
  2. Connect a number to the "Index" input or set it directly (0-23).
  3. Optionally add prefix and suffix text if needed.
  4. 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 ​

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.