photofilters
filters
AddictiveColorSubFilter
AddictiveColorSubFilter constructor
AddictiveColorSubFilter
AddictiveColorSubFilter class
Constructors
AddictiveColorSubFilter
Properties
blue
green
red
hashCode
runtimeType
Methods
apply
noSuchMethod
toString
Operators
operator ==
AddictiveColorSubFilter constructor
AddictiveColorSubFilter
(
int
red
,
int
green
,
int
blue
)
Implementation
AddictiveColorSubFilter(this.red, this.green, this.blue);