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

Vibrance adjustment layer missing adjustment object with default values #409

Open
vrahikka opened this issue Oct 19, 2018 · 0 comments
Open

Comments

@vrahikka
Copy link

I need to get the adjustment values for different adjustment layers. It seems that if the adjustment layers have default values (e.g. Exposure has 0, 0, 0 as exposure, offset and gamma) those values are not included in the adjustment object at all. This is not a problem, I can just hard coded default values in my code if the values are missing. The problem is Vibrance adjustment layer. It does not contain adjustment object at all with default values. Adjustment object contains class property which indicates which adjustment layer type it is. So in this case I cannot know what type of adjustment layer is in question. Also color lookup and invert do not contain adjustment objects on default settings and because you can't modify invert it does never contain adjustment object.

Is there something I'm missing here or is this a bug?

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

1 participant