Signature
getPresetColor(seed: number): stringParameters
| Name | Type | Description |
|---|---|---|
| seed | number | Numeric seed used to choose a stable preset. |
Returns
string
A HEX color string (e.g., '#ef4444').
Generates a random color value from the predefined list of aesthetic presets. Used when creating new clips, markers, or dynamic color selections.
getPresetColor(seed: number): string| Name | Type | Description |
|---|---|---|
| seed | number | Numeric seed used to choose a stable preset. |
A HEX color string (e.g., '#ef4444').