menu
opencv_dart package
documentation
core.dart
Scalar
Scalar.fromRgb factory constructor
Scalar.fromRgb factory constructor
dark_mode
light_mode
Scalar.fromRgb
constructor
Scalar.fromRgb
(
int
r
,
int
g
,
int
b
)
Implementation
factory Scalar.fromRgb(int r, int g, int b) => Scalar(b.toDouble(), g.toDouble(), r.toDouble(), 0);
opencv_dart package
documentation
core
Scalar
Scalar.fromRgb factory constructor
Scalar class