Type alias PortraitLightingOptions

PortraitLightingOptions: {
    BgDarkStrength: number;
    LightStrength: number;
}

Type declaration

  • BgDarkStrength: number

    A number from 0 to 1. Refers to strength of lighting for portrait.

  • LightStrength: number

Inline