Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds custom saturation range widget #61

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

leoyala
Copy link
Collaborator

@leoyala leoyala commented Jan 21, 2025

Description

Adds custom double spin box widget to control saturation min and max values to display saturation colored mask in viewer.

Summary of other changes:

  • Adds @brief specifier to documentation.
  • Fixes tests based on new saturation range implementation.

Related Issue

#39 #60

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've updated the code style using the pre-commit hooks.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring for all the methods and classes that I used.

…values to display saturation colored mask in viewer.
@leoyala leoyala linked an issue Jan 21, 2025 that may be closed by this pull request
@leoyala leoyala self-assigned this Jan 21, 2025
@leoyala leoyala linked an issue Jan 21, 2025 that may be closed by this pull request
@leoyala leoyala added the enhancement New feature or request label Jan 21, 2025
@leoyala leoyala added this to the v0.2.3 milestone Jan 21, 2025
Adds `apt update` command before installing dependencies in codeQL action.
adds `apt update` command before installing dependencies in build, test and install action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RGB channels defined in UI Control saturation range
1 participant