Skip to main content

Function: createAtmospherePlanetGradientIds()

createAtmospherePlanetGradientIds(uniquePrefix: string): { atmosphere: string; core: string; highlight: string; }

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

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

Parametersโ€‹

uniquePrefixโ€‹

string

Returnsโ€‹

{ atmosphere: string; core: string; highlight: string; }

atmosphereโ€‹

readonly atmosphere: string

coreโ€‹

readonly core: string

highlightโ€‹

readonly highlight: string