menu
photofilters package
documentation
filters/filters.dart
Filter
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/filters
Filter
apply abstract method
Filter class