applyFilter method
Apply the HueRotationSubFilter to a color.
Implementation
@override
RGBA applyFilter(RGBA color) =>
color_filter_utils.hueRotation(color, degrees);
Apply the HueRotationSubFilter to a color.
@override
RGBA applyFilter(RGBA color) =>
color_filter_utils.hueRotation(color, degrees);