GammaRay API Documentation
2.8.1
|
GammaRay UI utilities. More...
Functions | |
bool | isDarkColor (const QColor &color) |
bool | isLightColor (const QColor &color) |
GammaRay UI utilities.
bool GammaRay::Utils::isDarkColor | ( | const QColor & | color | ) |
Returns true if the given color is dark, else false.
color | is the color to check. |
bool GammaRay::Utils::isLightColor | ( | const QColor & | color | ) |
Returns true if the given color is ligth, else false.
color | is the color to check. |