adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesBackgroundOptions

    type TypesBackgroundOptions = {
        backgroundColor?: [number, number, number, number] | null;
        backgroundImage?: string;
        showEnvironment?: boolean;
    }
    Index

    Properties

    backgroundColor?: [number, number, number, number] | null

    RGBA background color. Has an effect only if showEnvironment is false. Each component has to be in the [0,1] range.

    backgroundImage?: string

    Path to a background image. If set, will be used as the background.

    showEnvironment?: boolean

    Show the environment map as the background.