You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in 32-bit color situations, or HDR color situations, RGBA values can go beyond 1.0f. This currently isn't really supported in the color picker. Would it be much work to implement?
For the color preview, the displayed color could just be clamped by the highest value.
Photoshop also has an interesting implementation for working with 32-bit colors. Clip attached below.
Photoshop_1Znbklb0a0.mp4
The text was updated successfully, but these errors were encountered:
I agree this would be a great feature. Although our development cycle is tightly bound to our image editor PixiEditor. We might implement this only if we decide to add HDR features. This probably will happen, but I can't tell you when or promise if at all.
I recommend forking the repo and adding this yourself if you need it.
Hey,
in 32-bit color situations, or HDR color situations, RGBA values can go beyond 1.0f. This currently isn't really supported in the color picker. Would it be much work to implement?
For the color preview, the displayed color could just be clamped by the highest value.
Photoshop also has an interesting implementation for working with 32-bit colors. Clip attached below.
Photoshop_1Znbklb0a0.mp4
The text was updated successfully, but these errors were encountered: