utils/color_utils library

Functions

getBestFontColor(String backgroundColor, [double contrastThreshold = 0.5]) String
hexToRgb(String hex) → ({int b, int g, int r})
luminance(int r, int g, int b) double