photographi_get_color_palette
Extract a color palette from images to use for design inspiration or color grading reference. Analyzes photos to identify representative colors and returns hex codes.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Absolute path to image. | |
| colors | No |