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

Use ColorManagement better when constructing Colors #16

Open
wants to merge 2 commits into
base: minimal
Choose a base branch
from

Conversation

vorth
Copy link
Member

@vorth vorth commented Sep 2, 2024

Solid-three will never set a color without using
ColorManagement.workingColorSpace, or a color space passed to us explicitly. Mainly, we want to avoid Color setters that default to SRGB, so the user has better control.

Solid-three will never set a color without using
ColorManagement.workingColorSpace, or a color space passed to us
explicitly.  Mainly, we want to avoid Color setters that default to SRGB,
so the user has better control.
After discussion, we concluded that the declarative style should use the
Three.js defaults, even if we doubt their approach.  Users of `solid-three` can
always set colors imperatively if they want to have precise control.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant