2.8 Color management #60582

Closed
opened 4 years ago by istoltoto · 16 comments

Using different settings for Color Management will result in different input colors that you see with your eyes in the RGB input node even if is the same color code, for example, FF0000
This can be confusing but also can drive to mistakes, because you may think that is something but is something else instead.

Please consult the image and video demonstration.
In the below image, both examples use the same color code: FF0000,

6789led.png
https://youtu.be/LuwhNC2N-cE

colors.blend

Using different settings for Color Management will result in different input colors that you see with your eyes in the RGB input node even if is the same color code, for example, FF0000 This can be confusing but also can drive to mistakes, because you may think that is something but is something else instead. Please consult the image and video demonstration. In the below image, both examples use the same color code: FF0000, ![6789led.png](https://archive.blender.org/developer/F6310280/6789led.png) https://youtu.be/LuwhNC2N-cE [colors.blend](https://archive.blender.org/developer/F6310337/colors.blend)
Poster

Added subscriber: @istoltoto

Added subscriber: @istoltoto
Poster

Also, I guess because of this the color spectrum is also different which can result in bigger problems when you want to use harmony colors.
6578led.png

Also, I guess because of this the color spectrum is also different which can result in bigger problems when you want to use harmony colors. ![6578led.png](https://archive.blender.org/developer/F6310554/6578led.png)
Poster

I think is normal that the inputs from nodes to be the same no matter what Color managements you may use.
Or at least to have an option to choose.

I think is normal that the inputs from nodes to be the same no matter what Color managements you may use. Or at least to have an option to choose.
brecht commented 4 years ago
Owner

Added subscriber: @brecht

Added subscriber: @brecht
brecht commented 4 years ago
Owner

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
brecht closed this issue 4 years ago
brecht self-assigned this 4 years ago
brecht commented 4 years ago
Owner

This is by design. If you want to be able to see colors with values > 1.0 as you can with Filmic, colors with smaller values need to become darker.

Maybe more control over this would be useful, but it's outside the scope of a bug report.

This is by design. If you want to be able to see colors with values > 1.0 as you can with Filmic, colors with smaller values need to become darker. Maybe more control over this would be useful, but it's outside the scope of a bug report.
Poster

Regard to this, also if you make a print-screen the RGB color in Blender and put in Photoshop or Gimp and make Eyedropper to the color, will be a different color from Blender.

All the colors are wrong, the codes, the colors spectrum, inputs, outputs, render. it's crazy.....

5678d.png

Regard to this, also if you make a print-screen the RGB color in Blender and put in Photoshop or Gimp and make Eyedropper to the color, will be a different color from Blender. All the colors are wrong, the codes, the colors spectrum, inputs, outputs, render. it's crazy..... ![5678d.png](https://archive.blender.org/developer/F6311344/5678d.png)
Poster

I suppose this is another bug, or a bad design haha

I suppose this is another bug, or a bad design haha
brecht commented 4 years ago
Owner

It's the trade-off you make for physically based rendering, things are more complicated and you can't just use print-screen and expect things to match.

It's the trade-off you make for physically based rendering, things are more complicated and you can't just use print-screen and expect things to match.

Added subscriber: @intracube

Added subscriber: @intracube

In #60582#601282, @istoltoto wrote:
I suppose this is another bug, or a bad design haha

This is a design conundrum; should the various UI colour swatches factor in the colour management view transforms and exposure setting, or instead use a normalised range? Currently they do the latter.

But, the eyedropper and viewport do take into account exposure/view transforms, so there's a discontinuity there.


On a separate issue; there isn't a colour management configuration that avoids the colours slowly drifting if you keep eye-drop an object's own geometry in the 3d viewport - so I don't know what colour space the swatches and viewport are operating in - (it doesn't look to be sRGB primaries / EOTF.)

Tested with both Cycles in 2.79 and Eevee in 2.80.

This last part potentially looks like a bug.

> In #60582#601282, @istoltoto wrote: > I suppose this is another bug, or a bad design haha This is a design conundrum; should the various UI colour swatches factor in the colour management view transforms and exposure setting, or instead use a normalised range? Currently they do the latter. But, the eyedropper and viewport *do* take into account exposure/view transforms, so there's a discontinuity there. ---- On a separate issue; there isn't a colour management configuration that avoids the colours slowly drifting if you keep eye-drop an object's own geometry in the 3d viewport - so I don't know what colour space the swatches and viewport are operating in - (it doesn't look to be sRGB primaries / EOTF.) Tested with both Cycles in 2.79 and Eevee in 2.80. This last part potentially looks like a bug.

Added subscriber: @GuillermoEspertino

Added subscriber: @GuillermoEspertino

This comment was removed by @GuillermoEspertino

*This comment was removed by @GuillermoEspertino*

Added subscriber: @JoaquinKierbel

Added subscriber: @JoaquinKierbel

Actually, those color boxes only look different in regards to what it's selected in the "Display device" setting, not the view-transform, which causes no changes on the appearance of the color box.
So in the only sense that those boxes are "managed" is that they are tied to the "sRGB" field in the Display Device setting, but nothing else.
So yes, if you change that setting to any other option available (like None in the captures from this report) they look something else instead of sRGB-like, but that is it. View-transform isn't in the chain there, regrettably. All color related fields in Blender's UI should at least have a checkbox to go through the pipe of all transforms in the color-management panel.

I remember discovering that when evaluating the fact that the RGB values for those colors are linear, but the HSV values are sRGB. But if you change the Display device to "None" in 2.79, they are both linear. Unfortunately, this got further broken in 2.8, where HSV is now truly hard-coded to sRGB, and this -however convoluted- workaround to set linear values in HSV mode doesn't work anymore.

The eye-droppers are a different discussion, right now they are pretty much useless for anything beyond what you would get from picking colors from a screen-capture of itself.

Actually, those color boxes only look different in regards to what it's selected in the "Display device" setting, not the view-transform, which causes no changes on the appearance of the color box. So in the only sense that those boxes are "managed" is that they are tied to the "sRGB" field in the Display Device setting, but nothing else. So yes, if you change that setting to any other option available (like None in the captures from this report) they look something else instead of sRGB-like, but that is it. View-transform isn't in the chain there, **regrettably**. All color related fields in Blender's UI should at least have a checkbox to go through the pipe of all transforms in the color-management panel. I remember discovering that when evaluating the fact that the RGB values for those colors are linear, but the HSV values are sRGB. But if you change the Display device to "None" in 2.79, they are both linear. **Unfortunately, this got further broken in 2.8**, where HSV is now truly hard-coded to sRGB, and this -however convoluted- workaround to set linear values in HSV mode doesn't work anymore. The eye-droppers are a different discussion, right now they are pretty much useless for anything beyond what you would get from picking colors from a screen-capture of itself.

In #60582#620115, @JoaquinKierbel wrote:
Actually, those color boxes only look different in regards to what it's selected in the "Display device" setting

Yep, although I hesitated to say the UI colours are tied to the display device setting since they look slightly skewed;

an emission shader of (1.0, 0.0, 0.0) with the default sRGB display device and sRGB EOTF doesn't give an 8 bit (255, 0, 0) value to the screen - its (248, 1, 1) - which seems more than just a rounding error.


EDIT: Ignore the above. It looks like my troubles are from a non-standard OCIO config file.

> In #60582#620115, @JoaquinKierbel wrote: > Actually, those color boxes only look different in regards to what it's selected in the "Display device" setting Yep, although I hesitated to say the UI colours are tied to the display device setting since they look slightly skewed; an emission shader of (1.0, 0.0, 0.0) with the default sRGB display device and sRGB EOTF doesn't give an 8 bit (255, 0, 0) value to the screen - its (248, 1, 1) - which seems more than just a rounding error. --- **EDIT:** Ignore the above. It looks like my troubles are from a non-standard OCIO config file.
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/Collada
Interest/Compositing
Interest/Core
Interest/Cycles
Interest/Dependency Graph
Interest/Development Management
Interest/Eevee & Viewport
Interest/Freestyle
Interest/Geometry Nodes
Interest/Grease Pencil
Interest/Images & Movies
Interest/Import/Export
Interest/Line Art
Interest/Masking
Interest/Modeling
Interest/Modifiers
Interest/Motion Tracking
Interest/Overrides
Interest/Performance
Interest/Pipeline, Assets & I/O
Interest/Translations
Interest/Undo
Interest/USD
Interest/Video Sequencer
legacy module/Animation & Rigging
legacy module/Core
legacy module/Development Management
legacy module/Eevee & Viewport
legacy module/Grease Pencil
legacy module/Modeling
legacy module/Nodes & Physics
legacy module/Pipeline, Assets & IO
legacy module/Platforms, Builds, Tests & Devices
legacy module/Python API
legacy module/Rendering & Cycles
legacy module/Sculpt, Paint & Texture
legacy module/Triaging
legacy module/User Interface
legacy module/VFX & Video
legacy project/1.0.0-beta.2
legacy project/Asset Browser (Archived)
legacy project/BF Blender: 2.8
legacy project/BF Blender: After Release
legacy project/BF Blender: Next
legacy project/BF Blender: Regressions
legacy project/BF Blender: Unconfirmed
legacy project/Blender 2.70
legacy project/Code Quest
legacy project/Datablocks and Libraries
legacy project/Eevee
legacy project/Game Animation
legacy project/Game Audio
legacy project/Game Data Conversion
legacy project/Game Engine
legacy project/Game Logic
legacy project/Game Physics
legacy project/Game Python
legacy project/Game Rendering
legacy project/Game UI
legacy project/GPU / Viewport
legacy project/GSoC
legacy project/Infrastructure: Websites
legacy project/LibOverrides - Usability and UX
legacy project/Milestone 1: Basic, Local Asset Browser
legacy project/Nodes
legacy project/Nodes & Physics
legacy project/OpenGL Error
legacy project/Papercut
legacy project/Performance
legacy project/Physics
legacy project/Platforms, Builds, Tests & Devices
legacy project/Pose Library Basics
legacy project/Python API
legacy project/Render & Cycles
legacy project/Render Pipeline
legacy project/Retrospective
legacy project/Sculpt, Paint & Texture
legacy project/Text Editor
legacy project/Tracker Curfew
legacy project/Triaging
legacy project/User Interface
legacy project/UV Editing
legacy project/VFX & Video
legacy project/Virtual Reality
legacy project/Wintab High Frequency
Meta/Good First Issue
Meta/Papercut
migration/requires-manual-verification
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 & Devices
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 Information 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
5 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#60582
Loading…
There is no content yet.