diff --git a/source b/source index 8447cd10eb8..b91177ac299 100644 --- a/source +++ b/source @@ -68798,10 +68798,9 @@ try {

Returns the current color space used for interpolation.

-

Can be set, to change the colorInterpolationMethod color space.

- -

The color space must be a string. Invalid values are ignored.

+

Can be set, to change the space used for color interpolation. Possible values are enumerated + in the ColorInterpolationMethod enum. Other + values are ignored.

gradient.hueInterpolationMethod [ = value ]
@@ -68812,7 +68811,8 @@ try {

Can be set, to change the hueInterpolationMethod.

-

The method must be a string. Invalid values are ignored.

+

Possible hue interpolation method values are "shorter", "longer", "increasing", or + "decreasing". Other values are ignored.

gradient.premultipliedAlpha [ = value ]