menu
color_from_hex package
documentation
to_hex_color.dart
Hex
getLuminance method
getLuminance method
dark_mode
light_mode
getLuminance
method
double
getLuminance
(
)
Returns Luminance of give Color
Implementation
double getLuminance() => computeLuminance();
color_from_hex package
documentation
to_hex_color
Hex
getLuminance method
Hex extension on
Color