-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Audit function parameter and return types (3/2) #461
Conversation
Ensure that functions in the following modules have the correct types and ensure that all color types can be passed as parameters: - chromaticity - distance - get - getAll
Ensure that functions in the following modules have the correct types and ensure that all color types can be passed as parameters: - inGamut - luminance - set - setAll - space - toGamut
* audit-types-1: Audit function parameter and return types (1/2)
* main: Audit function parameter and return types (2/2) (#457) Always show delta display to help confirm it is in gamut (#458) Final clip is required in Ray tracing [apps/gamut-mapping] Add edge seeker algorithm (#448) Audit function parameter and return types (1/2) (#456) Rework raytracing limiting hue shift to no more than 3 degrees at worst
✅ Deploy Preview for colorjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@MysteryBlokHed Would you have a minute to review this PR? I think it's the last PR I'd ideally like to merge before a new release. |
I'm busy right now, but I'll take a look in a few hours |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything LGTM!
Follow-up from #457:
Color.set()
,Color.setAll()
, andColor.toGamut()
consistently returnColor
objects.getColor
forspace.from
andspace.to