Descrição
Color Detector is a useful tool to grab colors via camera of Android device.The app coded on pure Java in Android Studio. Launch the application and point the camera to the object whose color you want to get. You will see color in HEX format like #FFFFFF and RGB like (128, 64, 90). Enjoy!
Features
- Java native source code
- Camera autofocus
- HEX and RGB color values
- Simple in use
How to Setup and Reskin
- Install latest Android SDK
- Open Gradle project in Android Studio
- Change Package ID, App Name, icons
- Build an APK file
How To Use
- Run the app
- Point the camera to the object whose color you want to get
- Tap on the screen to save color
- Tap on one of the saved colors to see color in HEX or RGB
- Save colors on exit if you need