Mission-DMX / Mission-DMX/Project-Editor

build color picker

Open
#11 3 comments 0 reactions 1 assignee View on GitHub

@Doralitze is already working on this.

Since Jan 23, 2025.

  • #177 by @Doralitze — open
enhancement
Dominant language
Python
Stars
10
Forks
1
Avg merge
27m
Merged PRs (30d)
1

Description

The color picker should be used to edit the value of a color constant or color fader column. It needs to be available in the filter editor for configuring a constant, in the show mode UI for a linked constant or in the popup / overlay when a column is selected.

As a basis, there exists the QColorDialog which can be used but it requires some tweaking and integration. First of all it allows picking colors from HSV and not from HSI color space. Furthermore it does not allow picking colors from a gamut diagram nor from cmyk. The inclusion of RGB color codes is nice but the button to pick a color from the screen might not be required (It won't hurt though). Also it needs to support UV settings of a fixture. Last but not least it seams to be a meant purely as a dialog window and would benefit from some integration with the control desk.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.