Skip to content

Release v3.3.0

Latest

Choose a tag to compare

@kavi707 kavi707 released this 04 Dec 04:04
· 1 commit to main since this release
86b7efe

About

Releasing v3.3.0 the KvColorPallet-Android android library with following features.

  1. inverseOnPrimary, inverseOnBackground and 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.

  1. Introduce color call default and inverseDefault colors into theme color palette.

This default color also and additional color to the theme palette. default color 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...

  1. 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.