Documentation
    Preparing search index...

    Interface EffectCropObject

    interface EffectCropObject {
        bottom: number;
        enabled: boolean;
        globalSoftness: boolean;
        left: number;
        right: number;
        roundedCorners: number;
        softness: number;
        softnessBottom: number;
        softnessLeft: number;
        softnessRight: number;
        softnessTop: number;
        top: number;
    }
    Index

    Properties

    bottom: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Crop value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, min: 0, max: 1 ]

    enabled: boolean
    globalSoftness: boolean

    "Global Softness" is enabled by default. In this case the check box appears ticked. Apart from overall "Softness", all other Softness controls underneath are disabled.

    left: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Crop value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, min: 0, max: 1 ]

    right: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Crop value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, min: 0, max: 1 ]

    roundedCorners: number

    With the slider "Rounded corners" the radius on the Top-Left, Top-Right, Bottom- Left and Bottom-Right corner of a selected Layer source can be adjusted, once "Crop" for this Layer is enabled. The control range is from 0.00% to 100.00%, default = 0.00%. [ float, min: 0, max: 1 ]

    softness: number

    Softness will be applied for all edges equally. The control range is from 0.00% to 100.00%. To adjust the "Softness" value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, min: 0, max: 1 ]

    softnessBottom: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Softness value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, read_only, min: 0, max: 1 ]

    softnessLeft: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Softness value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, read_only, min: 0, max: 1 ]

    softnessRight: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Softness value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, read_only, min: 0, max: 1 ]

    softnessTop: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Softness value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, read_only, min: 0, max: 1 ]

    top: number

    The control range is from 0.00% to 100.00%. In order to adjust the designated Crop value, the according slider, the numeric entry box or the arrow up/down icons can be used. [ float, min: 0, max: 1 ]