Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / GradientStopProps

Interface: GradientStopProps

Defined in: core-interfaces.ts:100

Properties

color

color: string

Defined in: core-interfaces.ts:110

Stop color.

  • HexColor or ThemeColor

position

position: number

Defined in: core-interfaces.ts:105

Stop position as a percentage.

  • range: 0-100

transparency?

optional transparency?: number

Defined in: core-interfaces.ts:116

Transparency (percent)

  • range: 0-100

Default

ts
0