Releases: KvColorPalette/KvColorPalette-Android
Release v1.1.0
About
Releasing v1.1.0 the KvColorPallet-Android android library with following features.
- Introducing new functionalities to
ColorUtilsfor validate color-hex.
This change not introduce new utility method to
ColorUtilfor validating given color hexa value.
- Introduce new extension to
Colorobject.
This change introduce new extension parameter to
Colorobject asisHighLightColor. This will betrueif the selected color's lightness level is more than0.6f.
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.
Release v1.0.0
About
Releasing v1.0.0 the KvColorPallet-Android android library with following features.
- Rename the package name from KvColorPallet-Android to KvColorPalette-Android
This change not introduce any functional changes, but this for branding and naming change to the library.
- Generate color pallets by given color.
Library provides color palette using color packages, changing color saturation, changing color brightness (lightness) and changing color alpha.
- Generate theme color palette according to the given color.
Library can generate theme color palette by using given base color. This theme color palette has following attributes (colors) to use in application. These theme color palette is available for both light & dark mode in the application.
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.
Release v0.0.5
About
Rename the library name from Pallet to Palette. With this change, all the method names all the class names were changed.
Release v0.0.4
This release introduce a ways to extract hue, saturation and lightness of the existing color. Then using those properties now library is capable to generate different color pallets with lightness and saturation of the color.
Release v0.0.3
This release, introduce new colors to the generated theme pallet. Also update the initiation of the library.
Release v0.0.2
Color Pallet: Update the kv-color-pallet version
Release v0.0.1
This is the very first release of kv-android-color-pallet