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