This repository was archived by the owner on May 5, 2022. It is now read-only.
Bugfix/319 Add support for transparent color value to several functions#320
Open
mkgl wants to merge 3 commits intovaadin:masterfrom
Open
Bugfix/319 Add support for transparent color value to several functions#320mkgl wants to merge 3 commits intovaadin:masterfrom
mkgl wants to merge 3 commits intovaadin:masterfrom
Conversation
…omponents, alpha, adjust-color) vaadin#319 * gracefully return values as per http://www.w3.org/TR/css3-color/#transparent-def whenever possible
…in#319 * map only transparent eagerly to transparent
* Consider the alpha channel if transparent is given as input (was previously ignored, and would return 'black') * Return literal 'transparent' untouched if it was given as input, without parameters
7a1cfe0 to
907aee7
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(and prevent the compiler from blowing in the first place :))