photographi_get_color_palette
Extract a representative color palette from an image using K-Means clustering. Get hex color codes for design inspiration or color grading reference.
Instructions
Extracts a representative color palette from a single image using K-Means clustering. Returns a list of hex color codes (e.g., ['#FF5733', '#33FF57', ...]). Default is 5 colors. Use this for design inspiration or color grading reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Absolute path to image. | |
| colors | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||