menu
yjy_image_3_3_0 package
documentation
image.dart
isBlack function
isBlack function
dark_mode
light_mode
isBlack
function
bool
isBlack
(
int
color
)
check if
color
is white
Implementation
bool isBlack(int color) => ((color) & 0xffffff == 0x0);
yjy_image_3_3_0 package
documentation
image
isBlack function
image library