Metadata
Definition
#/$defs/SolidBackground
Type
object
Source
spec/schemas/opf.schema.json
Fields
type
Type: const · Required · Default: —
Fixed solid background fill.
{
"type": "solid"
}color
Type: string · Required · Default: —
Fixed solid fill color, usually a hex string. Use { type: 'theme', slot: ... } for PowerPoint's four theme-controlled background choices.
{
"color": "#FFFFFF"
}opacity
Type: number · Optional · Default: —
Background opacity from 0 (fully transparent) to 1 (fully opaque).
{
"opacity": 1
}