# Pigment Pigment is an Android application that allows you to extract color palettes from your images. Simply take a picture or choose one from your gallery, and Pigment will generate a palette of the dominant colors from the image. ## Features * **Extract colors from images:** Generate color palettes from photos taken with your camera or images from your gallery. * **View color details:** Tap on a color in the palette to see its representation in HEX, RGB, and HSL formats. * **Simple and intuitive UI:** The app is built with Jetpack Compose for a modern and responsive user interface. ## How to Build To build and run this project, you will need Android Studio or just the command line. 1. **Clone the repository:** ```bash git clone https://github.com/PawiX25/Pigment.git ``` 2. **Navigate to the project directory:** ```bash cd Pigment ``` 3. **Build the project using Gradle:** ```bash ./gradlew assembleDebug ``` 4. **Install the app on your device or emulator:** ```bash ./gradlew installDebug ``` ## Permissions This app requires the following permission: * `android.permission.CAMERA`: To take pictures and generate color palettes from them.