adobe-firefly-sdk
    Preparing search index...

    Type Alias DepthBlurDetails

    DepthBlurDetails

    type DepthBlurDetails = {
        blurStrength?: number;
        brightness?: number;
        focalDistance?: number;
        focalRange?: number;
        focalSelector?: FocalSelector & unknown;
        focusSubject?: boolean;
        grain?: number;
        haze?: number;
        saturation?: number;
        temp?: number;
        tint?: number;
    }
    Index

    Properties

    blurStrength?: number

    The amount of blur to apply.

    brightness?: number

    The amount of the brightness to apply.

    focalDistance?: number

    The distance of the point to be in focus. 0 would be the nearest point, 100 would be the furthest point.

    focalRange?: number

    The range of the focal point.

    focalSelector?: FocalSelector & unknown
    focusSubject?: boolean

    If enabled uses select subject to automatically select the prominent subject for focus. Also would override focalDistance.

    grain?: number

    The amount of the graining to add to the image.

    haze?: number

    The amount of haze to apply.

    saturation?: number

    The amount of the saturation to apply. -50 implies fully unsaturated colors and 50 will fully saturate the colors.

    temp?: number

    The value of the temperature to apply. -50 would be coldest and 50 would be the warmest setting.

    tint?: number

    The amount of the tint to apply.