menu
nsg_controls package
documentation
nsg_control_options.dart
colorIsBright function
colorIsBright function
dark_mode
light_mode
colorIsBright
function
bool
colorIsBright
(
Color
background
)
Implementation
bool colorIsBright(Color background) { return background.computeLuminance() >= 0.5; }
nsg_controls package
documentation
nsg_control_options
colorIsBright function
nsg_control_options library