menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
getRed function
getRed function
dark_mode
light_mode
getRed
function
int
getRed
(
int
color
)
Get the red channel from the
color
.
Implementation
int getRed(int color) => (color) & 0xff;
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
getRed function
flutter_printer_plus library