We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extensions .lighten(), .darken() not work
The text was updated successfully, but these errors were encountered:
But, work Color.toHct().withTone(newTone: Double).toColor() :)
Sorry, something went wrong.
From the KDoc:
@return [Color] The lightened color or the original color if the lightened color is not valid.
Can you verify the value returned? The code comes straight from the MCU.
returned original color
No branches or pull requests
Extensions .lighten(), .darken() not work
The text was updated successfully, but these errors were encountered: