Skip to main content

Function: createBandPlanetGradientIds()

createBandPlanetGradientIds(uniquePrefix: string, planetNumber: 1 | 2): { bands: string; core: string; highlight: string; }

Defined in: src/components/common/GalaxyBackground/galaxyBackgroundUtils.ts:100

Creates stable SVG <defs> ids for the "banded" planet gradients.

Parametersโ€‹

uniquePrefixโ€‹

string

planetNumberโ€‹

1 | 2

Returnsโ€‹

{ bands: string; core: string; highlight: string; }

bandsโ€‹

readonly bands: string

coreโ€‹

readonly core: string

highlightโ€‹

readonly highlight: string