Image Editor Vectorscope Improvement #116973

Closed
opened 2024-01-10 08:49:28 +01:00 by Jonas Dichelle · 3 comments
Contributor

PR: #116974

Image Editor Vector Scope Improvement

Overview

The vectorscope in the image editor currently has several issues, mostly in terms of readability.
I've made some updates to the code in an attempt to improve the UI.

Old Scope Design New Scope Design
The current vector scope My proposed update

Key Issues

  • Readability:

    • Low contrast: White points on a light gray background make it hard to read.
    • Transparency problems: The skin tone line's semi-transparency reveals the underlying image instead of the scope itself.
  • Color Representation:

    • Color indication: There's no clear representation of what colors are shown in different scope areas.
    • Color targets: The color targets are bulky and lack labels.
  • Aesthetic Concerns:

    • The circles have a low point count, which doesn't look great.

The Proposal

The code changes I have made tackle the issues I've outlined above.

  • The Color Point Cloud

    • I added an RGB mode to the scope, which colors the points, according to the color they represent, the old display mode is still accessible through the Luma option.
    • The Vectorscope Opacity affects the opacity of the individual points allowing the user to find areas where certain colors are more concentrated.
  • The Scope

    • Changed Background color to increase readability.
    • Made the colors of the outermost circle represent the colors at that point.
    • Removed the outside target to reduce visual bloat.
    • Added labels to the targets for clarity.
    • Removed color and transparency from the skin tone line.

Demonstration


Demonstration of the usability improvements of the update

PR: https://projects.blender.org/blender/blender/pulls/116974 # Image Editor Vector Scope Improvement ## Overview The vectorscope in the image editor currently has several issues, mostly in terms of readability. I've made some updates to the code in an attempt to improve the UI. | Old Scope Design | New Scope Design | |:----------------:|:----------------:| | ![The current vector scope](/attachments/c02637a3-7293-4355-899d-d95a13c7935f) | ![My proposed update](/attachments/d377258f-8ce6-4829-bbd9-21c3357a9a9d) | --- ## Key Issues - **Readability:** - Low contrast: White points on a light gray background make it hard to read. - Transparency problems: The skin tone line's semi-transparency reveals the underlying image instead of the scope itself. <video src="/attachments/d65cdfb0-3d7c-4fac-86f1-4d5e505fea29" title="blender_0VbqGXzK2K.mp4" controls></video> - **Color Representation:** - Color indication: There's no clear representation of what colors are shown in different scope areas. - Color targets: The color targets are bulky and lack labels. - **Aesthetic Concerns:** - The circles have a low point count, which doesn't look great. --- ## The Proposal The code changes I have made tackle the issues I've outlined above. - **The Color Point Cloud** - I added an `RGB` mode to the scope, which colors the points, according to the color they represent, the old display mode is still accessible through the `Luma` option. - The `Vectorscope Opacity` affects the opacity of the individual points allowing the user to find areas where certain colors are more concentrated. <video src="/attachments/62ebd31b-ea79-442e-8cd3-bfa58c5c72d6" title="blender_oal5AqaZyP.mp4" controls></video> - **The Scope** - Changed Background color to increase readability. - Made the colors of the outermost circle represent the colors at that point. - Removed the outside target to reduce visual bloat. - Added labels to the targets for clarity. - Removed color and transparency from the skin tone line. --- ## Demonstration <video src="/attachments/8fb87777-0d3d-4fc0-b441-47f9adc64464" title="blender_PJI7YesVfc.mp4" controls></video> _Demonstration of the usability improvements of the update_
Jonas Dichelle added the
Type
Design
label 2024-01-10 08:49:28 +01:00
Contributor

They look amazing. If this and VSE are to be unified in looks I hope this is kept

They look amazing. If this and VSE are to be unified in looks I hope this is kept

This is brilliant, thank you for taking your time to improve the scope. It will make working with colours so much easier to understand!

This is brilliant, thank you for taking your time to improve the scope. It will make working with colours so much easier to understand!

Implemented in 567455124d

Implemented in 567455124d6161c
Blender Bot added the
Status
Archived
label 2024-02-06 12:30:15 +01: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
4 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#116973
No description provided.