FilterValueListBuilder.HueRotate

FilterValueListBuilder.HueRotate method

Adds a hue-rotate filter.

public FilterValueListBuilder HueRotate(double degrees)
ParameterTypeDescription
degreesDoubleThe degrees of hue rotation.

Return Value

The builder instance for chaining.

See Also