MCPcopy Create free account
hub / github.com/KDE/labplot / hueSpanChanged

Method hueSpanChanged

src/frontend/widgets/DatapickerImageWidget.cpp:541–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void DatapickerImageWidget::hueSpanChanged(int lowerLimit, int upperLimit) {
542 CONDITIONAL_LOCK_RETURN;
543
544 auto settings = m_image->settings();
545 settings.hueThresholdHigh = upperLimit;
546 settings.hueThresholdLow = lowerLimit;
547 for (auto* image : m_imagesList)
548 image->setSettings(settings);
549}
550
551void DatapickerImageWidget::saturationSpanChanged(int lowerLimit, int upperLimit) {
552 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setSettingsMethod · 0.80

Tested by

no test coverage detected