> For the complete documentation index, see [llms.txt](https://support.skylum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.skylum.com/editing-tools/creative-tools/color-transfer.md).

# Color Transfer

{% @arcade/embed flowId="pBAFTk1WaxmJsXfmODzC" url="<https://app.arcade.software/share/pBAFTk1WaxmJsXfmODzC>" %}

**Color Transfer** is a creative tool that enables users to apply the color palette from a reference image to their own photos. By selecting a reference image, users can transfer its colors, such as the hues of the sky, foliage, or buildings, to their target image. The tool provides adjustable sliders for fine-tuning the color application, offering users control over the intensity and blending of the transferred colors. Additionally, an AI-powered Match Similar Objects' Color automatically matches colors between similar elements (e.g., sky to sky, vehicle to vehicle), ensuring precision and consistency. This feature enhances creative flexibility, allowing users to achieve specific color aesthetics or unify the tone across multiple images.

* **Reference Selection**: This option allows you to choose a reference image and transfer its color palette (such as the colors of the sky, foliage, or buildings) to your target image.
* **Amount**: Controls the overall strength of the color transfer. Increasing it applies more of the reference image’s colors to your photo; decreasing it makes the effect subtler.
* **Color Intensity**: Adjusts the saturation of the transferred colors. Higher values make the colors more vibrant, while lower values create a more muted effect.
* **Luminosity Intensity**: Fine-tune the transferred colors' brightness to match the lighting of the reference image, ensuring the brightness of colors looks natural.
* **Transition Smoothing**: Softens the transitions between different color zones. Higher values blend the transferred colors more smoothly, while lower values keep the boundaries between color zones more distinct.
* **Color Smoothing**: Balances the variation of transferred colors across the image, avoiding harsh shifts and creating a more even look.
* **Match Similar Objects’ Color**: Uses AI to automatically match the colors of similar elements between the reference and target images, ensuring precise and consistent color matching for elements like skies or vehicles.

{% hint style="danger" %}
**Note**: The Color Transfer tool does not work with the black-and-white photos.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.skylum.com/editing-tools/creative-tools/color-transfer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
