menu
photofilters package
documentation
models.dart
RGBA
RGBA constructor
RGBA constructor
dark_mode
light_mode
RGBA
constructor
RGBA
(
{
int
red
=
0
,
int
green
=
0
,
int
blue
=
0
,
int
alpha
=
0
,
})
Implementation
RGBA({this.red = 0, this.green = 0, this.blue = 0, this.alpha = 0});
photofilters package
documentation
models
RGBA
RGBA constructor
RGBA class