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

What is a,b value for black color. #88

Open
rsingh-aiborne opened this issue Dec 29, 2021 · 3 comments
Open

What is a,b value for black color. #88

rsingh-aiborne opened this issue Dec 29, 2021 · 3 comments

Comments

@rsingh-aiborne
Copy link

what is ab value of black color

@Benitoite
Copy link

In CIELAB, the absence of light has no color; black is L*=0, a*=0, b*=0, notwithstanding any colorspace conversions.

@rsingh-aiborne
Copy link
Author

rsingh-aiborne commented Jan 2, 2022

I know that but, how to set the value of L?
! wanted to convert white wall into black

@junyanz
Copy link
Owner

junyanz commented Mar 9, 2022

The code will preserve the L channel by default and only predict ab channels. If you really want to change the L channel, you can modify this line.

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

No branches or pull requests

3 participants