Classes
-
new BaseGradientBackground()
-
-
new BackgroundGenerativeFillQualifier()
-
-
new BackgroundAutoBorderQualifier()
-
-
new BackgroundAutoPredominantQualifier()
-
-
new BackgroundQualifier()
-
-
new BackgroundBorderGradientQualifier()
-
-
new BackgroundPredominantGradientQualifier()
-
-
new BlurredBackgroundAction()
-
-
new BaseCommonBackground()
-
Methods
-
<static> border() → {BackgroundAutoBorderQualifier}
qualifier
-
Description
Selects the predominant color while taking only the image border pixels into account.
Returns
Details
-
<static> auto() → {Qualifiers.Background.BackgroundQualifier}
qualifier
-
Description
Automatically determines the color to use for padding, if needed when resizing an asset.
Learn more: Content-aware padding
Returns
Details
-
<static> borderGradient() → {BackgroundBorderGradientQualifier}
qualifier
-
Description
Applies a padding gradient fade effect using the predominant colors in the border of the image.
Returns
Details
-
<static> predominantGradient() → {BackgroundPredominantGradientQualifier}
qualifier
-
Description
Applies a padding gradient fade effect using the predominant colors in the image.
Returns
Details
-
<static> predominant() → {BackgroundAutoPredominantQualifier}
qualifier
-
Description
Selects the predominant color while taking all pixels in the image into account
Returns
Details
-
<static> color() → {Qualifiers.Background.BackgroundQualifier}
qualifier
-
Description
Selects the predominant color while taking all pixels in the image into account.
Returns
Details
-
<static> blurred() → {BlurredBackgroundAction}
qualifier
-
Description
Selects the predominant color while taking all pixels in the image into account.
Returns
Details
-
<static> generativeFill() → {BackgroundGenerativeFillQualifier}
qualifier
-
Description
A qualifier that automatically fills the padded area using generative AI to extend the image seamlessly.
Returns
Details