{}OPF
DocsObject referenceView source

Gradient Background

Fixed gradient slide background fill.

Metadata

Definition
#/$defs/GradientBackground
Type
object
Source
spec/schemas/opf.schema.json

Field index

FieldTypeReq.Description
typeconstyesFixed gradient background fill.
gradientobjectyesGradient fill definition.
opacitynumberBackground opacity from 0 (fully transparent) to 1 (fully opaque).

type

typeconstrequiredyesdefault

Fixed gradient background fill.

type.json
{
  "type": "gradient"
}

gradient

typeobjectrequiredyesdefault

Gradient fill definition.

gradient.json
{
  "gradient": {}
}

opacity

typenumberrequirednodefault

Background opacity from 0 (fully transparent) to 1 (fully opaque).

opacity.json
{
  "opacity": 1
}