menu
photofilters package
documentation
filters/image_filters.dart
ImageSubFilter
apply abstract method
apply abstract method
dark_mode
light_mode
apply
abstract method
void
apply
(
Uint8List
pixels
,
int
width
,
int
height
)
Apply the
SubFilter
to an Image.
Implementation
void apply(Uint8List pixels, int width, int height);
photofilters package
documentation
filters/image_filters
ImageSubFilter
apply abstract method
ImageSubFilter mixin