apply method
Apply the HueRotationSubFilter to an Image.
Implementation
@override
void apply(Uint8List pixels, int width, int height) =>
image_filter_utils.hueRotation(pixels, degrees);
Apply the HueRotationSubFilter to an Image.
@override
void apply(Uint8List pixels, int width, int height) =>
image_filter_utils.hueRotation(pixels, degrees);