About
Releasing v3.3.0 the KvColorPallet-Android android library with following features.
inverseOnPrimary,inverseOnBackgroundand scrim colors into theme color palette.
These inverse colors are not part of default material theme color scheme. But KvColorPalette introduce these inverse color to the developer to use of various use-cases in the application.
- Introduce color call
defaultandinverseDefaultcolors into theme color palette.
This default color also and additional color to the theme palette.
defaultcolor is always stick to white in light mode and black to in dark mode. Inverse of that is do the other way. Idea to have this default color because, developer can use this colors in their theme with gradients, shadows etc...
- New method to mix/blend two given colors.
In previous release, this method introduce to internal use, but from this release this method open ups to outside use too. Using this method, developer can blend two given colors. While blending, developer can design how much bias to the given color while it blending.
API Docs
https://javadoc.jitpack.io/com/github/KvColorPalette/KvColorPalette-Android/3.3.0/javadoc/index.html
Contribution
We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.
License
KvColorPallet-Android is licensed under the MIT License.