Android color picker - updating color array

后端 未结 4 1200
粉色の甜心
粉色の甜心 2020-12-17 02:16

I\'m trying to create a color picker for Android that looks like a minimalistic version of Gimp\'s. So, it has a hue slider and a rectangle with saturation/value variants of

4条回答
  •  天命终不由人
    2020-12-17 02:56

    OpenIntents has a very nice color picker you can use. It can be installed as an independent app and launched with Intents.

    • Code: http://code.google.com/p/openintents/source/browse/#svn/trunk/ColorPicker
    • Screenshots/download: http://www.openintents.org/en/colorpicker
    • Intent specification: http://www.openintents.org/en/node/670

提交回复
热议问题