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(); }
void AuroraeClient::shadeChange() { emit shadeChanged(); }