applyFilter method
Apply the RGBScaleSubFilter to a color.
Implementation
@override
RGBA applyFilter(RGBA color) =>
color_filter_utils.rgbScale(color, red, green, blue);
Apply the RGBScaleSubFilter to a color.
@override
RGBA applyFilter(RGBA color) =>
color_filter_utils.rgbScale(color, red, green, blue);