HSV style color picker dialog library project for Android.
HSV(Hue, Saturation, Value) style color picker help users to find color more easily. There are two views. One is a Hue Bar for select a color and the other is a box for select saturation and value of selected color.
This dialog can be initialized by specific color then the coursor also moved to proper positions. There are 5 preset color buttons and can be initialized by user.
- Hue Picker
- Saturation-Value Picker
- Alpha Seek Bar
- Preview and Original Color box
- 5 Preset color buttons
- All color preview box has gray-white lattice background
Copyright [2013] [Kang, Yongsung] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Yongsung Kang