Skip to content

Initial Release for the Color Picker Android

Latest
Compare
Choose a tag to compare
@slaviboy slaviboy released this 15 Aug 23:16
· 3 commits to master since this release
50e8a39

The first release includes three color window types:

  • Circular
  • Rectangular
  • Circular

Pre-made color windows for each color window type:

  • Circular
    • CircularHS
  • Rectangular
    • RectangularSL
    • RectangularSV
  • Slider
    • SliderA
    • SliderH
    • SliderV

Pre-made color picker models:

  • RectangularHSV
  • RectangularHSL
  • CircularHSV

Two supported TextView formats:

  • single value
  • multiple values

Available TextView types for each formats:

  • multiple values
    • RGB
    • RGBA
    • HSV
    • HSL
    • HWB
    • CMYK
    • HEX
    • HEXA
  • single value
    • RGBA_R
    • RGBA_G
    • RGBA_B
    • RGBA_A
    • HSV_H
    • HSV_S
    • HSV_V
    • HSL_H
    • HSL_S
    • HSL_L
    • HWB_H
    • HWB_W
    • HWB_B
    • CMYK_C
    • CMYK_M
    • CMYK_Y
    • CMYK_K

TextView is supported, and can be attached as component to any color picker model.