Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inputing values in color dialog does not work #222

Closed
badlogic opened this issue Jul 14, 2017 · 4 comments
Closed

Inputing values in color dialog does not work #222

badlogic opened this issue Jul 14, 2017 · 4 comments
Assignees

Comments

@badlogic
Copy link
Collaborator

Confirmed in 3.6.36 and latest beta. See http://esotericsoftware.com/forum/Typing-color-values-is-not-functioning-correctly-9009

Repro:

  1. Select image
  2. Click on color
  3. Try to enter a value in any of the R/G/B fields, e.g. 3 + 2 will result in 23 not 32.
@badlogic badlogic changed the title Inputing values in color dialogue does not work Inputing values in color dialog does not work Jul 14, 2017
@badlogic
Copy link
Collaborator Author

@NathanSweet
Copy link
Member

3.6.41

@badlogic
Copy link
Collaborator Author

This does not appear to be fixed. The behaviour in 3.6.41 is now different.

  1. Open color dialog for image/mesh/whatever
  2. Enter 3 in R field
  3. Click on G field, R field changes value to 2.

@badlogic badlogic reopened this Sep 25, 2017
@NathanSweet
Copy link
Member

This doesn't appear to be new behavior. Multiple RGB values can result in the same HSB values, and vice versa. Fixed by being sure to only change the values not being edited, 3.6.42.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants