Used for defining gradient stops in the igc-circular-progress. For each igc-circular-gradient defined as gradient slot of igc-circular-progress element would be created a SVG stop element. The values passed as color, offset and opacity would be set as stop-color, offset and stop-opacity of the SVG element without further validations.

Element
igc-circular-gradient

Defines the color of the gradient stop

color: string = 'black'

Defined in src/components/progress/circular-gradient.ts:34

Defines where the gradient stop is placed along the gradient vector

offset: string = '0%'

Defined in src/components/progress/circular-gradient.ts:27

Defines the opacity of the gradient stop

opacity: number = 1

Defined in src/components/progress/circular-gradient.ts:41