ColorPaletteExtractor is an Android application designed to help users extract color palettes from images. Whether you're a designer looking for inspiration, an artist trying to match colors, or simply someone who loves colors, this app makes it easy to capture and work with color schemes from the world around you.
- Extract Color Palettes: Automatically generate color palettes from any image in your gallery or a photo you take.
- Edit and Save Palettes: Fine-tune the extracted palettes to your liking and save them for future reference.
- Copy Color Codes: Easily copy color codes in HEX, RGB, or HSL format to use in your projects.
- User Account Management: Create an account to save and manage your color palettes securely.
- Android SDK
- Java JDK
- Android Studio (recommended for development)
- Clone the repository to your local machine: https://github.com/lyulin1995/ColorPaletteExtractor.git
- Open Android Studio and import the project by selecting the
ColorPaletteExtractordirectory. - Sync Gradle and wait for the process to complete.
- Run the application on an emulator or real device.
- Extracting a Color Palette:
- Launch the app and select 'Extract Palette' from the main menu.
- Choose an image from your gallery or use the camera to take a photo.
- The app will display the extracted color palette.
- Editing a Palette:
- Select a palette from your saved list.
- Tap on a color to edit it. You can adjust the color using the slider.
- Saving a Palette:
- After editing, tap the save icon. Give your palette a name and save it.