Example #1
0
void KColorUtilsDemo::inputChanged()
{
    KColorSpaces::KHCY c(inColor->color());
    ifHue->setValue(c.h);
    ifChroma->setValue(c.c);
    ifLuma->setValue(c.y);
    ifGray->setValue(qGray(inColor->color().rgb()));

    lumaChanged();
    mixChanged();
    shadeChanged();
}
Example #2
0
void AuroraeClient::shadeChange()
{
    emit shadeChanged();
}