Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / GradientStopProps

Interface: GradientStopProps

Defined in: src/types/core.ts:97

Properties

color

color: string

Defined in: src/types/core.ts:107

Stop color.

  • HexColor or ThemeColor

position

position: number

Defined in: src/types/core.ts:102

Stop position as a percentage.

  • range: 0-100

transparency?

optional transparency?: number

Defined in: src/types/core.ts:113

Transparency (percent)

  • range: 0-100

Default

ts
0