photofilters
filters
SubFilter
apply abstract method
apply
SubFilter class
Constructors
SubFilter
Properties
hashCode
runtimeType
Methods
apply
noSuchMethod
toString
Operators
operator ==
apply method
void
apply
(
Uint8List
pixels
)
Apply the
SubFilter
to an Image.
Implementation
void apply(Uint8List pixels);