ColorPickerView v2.2.0 Release Notes
Release Date: 2020-09-03 // about 4 years ago-
๐ ๐ Released a new version
2.2.0
! ๐What's New?
โ Added Initial color functionalities.
We can set an initial color and set positions of selector and slideBars based on the initial color.
0๏ธโฃ This function will work only with a default HSV palette.
If we set a preference name using the setPreferenceName method, this function will work only once.app:initialColor="@color/colorPrimary"
Or we can use this method programmatically.
.setInitialColor(color); .setInitialColorRes(R.color.colorPrimary);
- ๐ Fixed the selector of the
AlphaSlideBar
is not working properly when we useselecyByHsv(color)
. - โ Added
getAlpha()
method for getting alpha value from the selected color.