{}OPF
DocsObject referenceView source

Image Background

Fixed image slide background fill.

Metadata

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

Field index

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

type

typeconstrequiredyesdefault

Fixed image background fill.

type.json
{
  "type": "image"
}

image

typeobjectrequiredyesdefault

Image fill definition.

image.json
{
  "image": {}
}

opacity

typenumberrequirednodefault

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

opacity.json
{
  "opacity": 1
}