menu
yjy_image_3_3_0 package
documentation
image.dart
getBlue function
getBlue function
dark_mode
light_mode
getBlue
function
int
getBlue
(
int
color
)
Get the blue channel from the
color
.
Implementation
int getBlue(int color) => (color >> 16) & 0xff;
yjy_image_3_3_0 package
documentation
image
getBlue function
image library