menu
yjy_image_3_3_0 package
documentation
image.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_image_3_3_0 package
documentation
image
getRed function
image library