All models
Imagev1.0.0

Color Matcher

Match one image's palette to a reference, or fix white balance.

5 inputsIMAGE
Color Matcher input
Color Matcher output

Palette matched to a second image

Run the node

IMAGE
IMAGE
TEXT
0 – 1FLOAT
BOOLEAN
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins color-matcher and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("color-matcher", {
  image: { ref: "https://..." },
  reference: { ref: "https://..." },
  method: { value: "mkl" },
  strength: { value: 1 },
  fixWhiteBalance: { value: false },
});

Schema

Inputs

image*IMAGE
referenceIMAGE
methodTEXT
mkl · hm · reinhard · mvgd · hm-mvgd-hm · hm-mkl-hm
mkl
strengthFLOAT1
fixWhiteBalanceBOOLEANfalse

Outputs

imageIMAGE