KDEUI
kcolorutils.h File Reference
Include dependency graph for kcolorutils.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
KColorUtils | |
Functions | |
qreal | KColorUtils::contrastRatio (const QColor &, const QColor &) |
QColor | KColorUtils::darken (const QColor &, qreal amount=0.5, qreal chromaGain=1.0) |
QColor | KColorUtils::lighten (const QColor &, qreal amount=0.5, qreal chromaInverseGain=1.0) |
qreal | KColorUtils::luma (const QColor &) |
QColor | KColorUtils::mix (const QColor &c1, const QColor &c2, qreal bias=0.5) |
QColor | KColorUtils::overlayColors (const QColor &base, const QColor &paint, QPainter::CompositionMode comp=QPainter::CompositionMode_SourceOver) |
QColor | KColorUtils::shade (const QColor &, qreal lumaAmount, qreal chromaAmount=0.0) |
QColor | KColorUtils::tint (const QColor &base, const QColor &color, qreal amount=0.3) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.