Color pickers in Color Balance filter and node are not consistent #112996

Open
opened 2023-09-28 08:51:58 +02:00 by ichlubna · 1 comment

System Information
Operating system: Arch Linux

Blender Version
Broken: 3.6.2 (also present in 4.1 alpha)

When using the Color Balance effect, the user can pick a color by clicking into the color-picking circle. The selected color appears in the selected-color box. When clicking on the box, the same circle appears and is a bit larger. The position of the picking dot is not the same in the small and large circle. It looks like a different color is picked in both even though the position should be the same. It seems like the GUI is just scaled and the position is not recalculated. This issue happens in VSE with the Color Balance filter and in Compositor with the Color Balance node.

By the way, the "larger" circle is only a little bit larger. The difference is not significant. I know this is a design talk but maybe the picker opened after clicking on the color box might be even larger or of a different kind to make this more meaningful.

Exact steps for others to reproduce the error

  1. Open Compositor
  2. Add Color Balance node
  3. Move the color picker position in the node
  4. Open the color box and compare the color picker position of the new window with the node

Attaching images with the issue.

**System Information** Operating system: Arch Linux **Blender Version** Broken: 3.6.2 (also present in 4.1 alpha) When using the Color Balance effect, the user can pick a color by clicking into the color-picking circle. The selected color appears in the selected-color box. When clicking on the box, the same circle appears and is a bit larger. The position of the picking dot is not the same in the small and large circle. It looks like a different color is picked in both even though the position should be the same. It seems like the GUI is just scaled and the position is not recalculated. This issue happens in VSE with the Color Balance filter and in Compositor with the Color Balance node. By the way, the "larger" circle is only a little bit larger. The difference is not significant. I know this is a design talk but maybe the picker opened after clicking on the color box might be even larger or of a different kind to make this more meaningful. **Exact steps for others to reproduce the error** 1. Open Compositor 2. Add Color Balance node 3. Move the color picker position in the node 4. Open the color box and compare the color picker position of the new window with the node Attaching images with the issue.
ichlubna added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2023-09-28 08:51:59 +02:00
Member

It does seems to be that Lift/Gamma/Gain uses a limited range of color picker with gamma, this way it reserves more precision in the middle for subtle adjustments.

See node_composit_buts_colorbalance where it uses cubic saturation factor in uiTemplateColorPicker. The apparent "clamping" is also due to that.

It's probably better if we draw the color picker with gamma along the radius. However this does not affect the resulting color being chosen.

It does seems to be that Lift/Gamma/Gain uses a limited range of color picker with gamma, this way it reserves more precision in the middle for subtle adjustments. See `node_composit_buts_colorbalance` where it uses cubic saturation factor in `uiTemplateColorPicker`. The apparent "clamping" is also due to that. It's probably better if we draw the color picker with gamma along the radius. However this does not affect the resulting color being chosen.
YimingWu added
Module
User Interface
Status
Needs Info from Developers
and removed
Status
Needs Triage
labels 2023-09-28 11:34:27 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#112996
No description provided.