Methods
-
gradientColors( num ) → {this}
-
Description
Sets the number of predominant colors to use (2 or 4).
Parameters
Name Type Description num
number Returns
Details
-
contrast() → {this}
-
Description
Selects the strongest contrasting color to use for padding.
Returns
Details
-
gradientDirection( direction ) → {this}
-
Description
Sets the direction for a background gradient fade effect.
Parameters
Name Type Description direction
Qualifiers.GradientDirection | GradientDirectionType | string Use one of these functions provided by
GradientDirection
Returns
Details
-
palette( ...colors ) → {this}
-
Description
Defines the custom colors to use when resizing using content-aware padding.
Parameters
Name Type Attributes Description colors
string <repeatable> One or more colors - Example: palette('green', 'red', blue')
Returns
Details