Monochrome
Monochrome converts to black and white with an adjustable RGB tint, for anything from a neutral grayscale to a custom-toned black-and-white look.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Red Tint | number | 0 to 100 | 0 | Amount of red tint mixed into the black-and-white conversion. |
| Green Tint | number | 0 to 100 | 0 | Amount of green tint. |
| Blue Tint | number | 0 to 100 | 0 | Amount of blue tint. |
See also
Sepia for a fixed warm tone with a single strength control; Channel Mixer for a fully manual black-and-white conversion with per-channel weighting.
Control preview
JSON structure
{
"id": "monochrome",
"enabled": true,
"params": {
"red": 0,
"green": 0,
"blue": 0
}
}