hue_rotate method

hue_rotate

Adds a hue-rotate filter.

Returns

The builder instance for chaining.

def hue_rotate(self, degrees):
    ...
ParameterTypeDescription
degreesfloatThe degrees of hue rotation.

See Also