ColorPickerView v2.2.0 Release Notes

Release Date: 2020-09-03 // over 3 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 use selecyByHsv(color).
    • โž• Added getAlpha() method for getting alpha value from the selected color.