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