@musallam/photoshop-client
    Preparing search index...

    Interface DepthBlurDetails

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

    Properties

    blurStrength?: number

    The amount of blur to apply. 0 100

    brightness?: number

    The amount of the brightness to apply. -50 50

    focalDistance?: number

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

    focalRange?: number

    The range of the focal point. 0 100

    focalSelector?: FocalSelector
    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. 0 100

    haze?: number

    The amount of haze to apply. 0 100

    saturation?: number

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

    temp?: number

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

    tint?: number

    The amount of the tint to apply. -50 50