Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

flatten bug #53

Closed
bre7 opened this issue Sep 25, 2015 · 1 comment
Closed

flatten bug #53

bre7 opened this issue Sep 25, 2015 · 1 comment

Comments

@bre7
Copy link
Collaborator

bre7 commented Sep 25, 2015

color.flatten calls colorWithFlatVersionFrom(self), then [color getLightness:nil valueForA:nil valueForB:nil alpha:&colorAlpha];. Inside getLightness there's this code:

*L = [LABValues[0] floatValue];
*A = [LABValues[1] floatValue];
*B = [LABValues[2] floatValue];

but they are all nil

@vicc
Copy link
Owner

vicc commented Sep 25, 2015

I'll take a look!

bre7 added a commit to bre7/Chameleon that referenced this issue Sep 26, 2015
This was referenced Sep 26, 2015
@vicc vicc closed this as completed in #52 Sep 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants