-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(getLuminance): Add getLuminance function (#163)
* feat(getLuminance): Add getLuminance function * feat(getLuminance): Fix linting errors * chore(getLuminance): Fix Flow errors * chore(getLuminance): Docs for getLuminance * chore(readableColor): Leverage getLuminance in readableColor * test(getLuminance): HSL(A), RGB, Named CSS tests * chore(Docs): Update doc examples for getLuminance
- Loading branch information
Showing
8 changed files
with
337 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
"complement", | ||
"darken", | ||
"desaturate", | ||
"getLuminance", | ||
"grayscale", | ||
"hsl", | ||
"hsla", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.