Gray to Color takes grayscale images and and produces a color image from them.
This module takes grayscale images as input and assigns them to colors in a red, green, blue (RGB) image or a cyan, magenta, yellow, black (CMYK) image. Each color's brightness can be adjusted independently by using relative weights.
See also ColorToGray.
Settings:
Select a color scheme
This module can use one of two color schemes to combine images:
- RGB: Each input image determines the intensity of
one of the color channels: red, green, and blue.
- CMYK: Three of the input images are combined to determine
the colors (cyan, magenta, and yellow) and a fourth is used only for brightness. The cyan
image adds equally to the green and blue intensities. The magenta
image adds equally to the red and blue intensities. The yellow
image adds equally to the red and green intensities.
- Stack: The channels are stacked in order. An arbitrary number of
channels is allowed.
Relative weight for the red image
(Used only if RGB is selected as the color scheme)
Enter the relative weight for the red image. If all relative weights are equal, all three
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.
Relative weight for the green image
(Used only if RGB is selected as the color scheme)
Enter the relative weight for the green image. If all relative weights are equal, all three
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.
Relative weight for the blue image
(Used only if RGB is selected as the color scheme)
Enter the relative weight for the blue image. If all relative weights are equal, all three
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.
Relative weight for the cyan image
(Used only if CMYK is selected as the color scheme)
Enter the relative weight for the cyan image. If all relative weights are equal, all
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.
Relative weight for the magenta image
(Used only if CMYK is selected as the color scheme)
Enter the relative weight for the magenta image. If all relative weights are equal, all
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.
Relative weight for the yellow image
(Used only if CMYK is selected as the color scheme)
Enter the relative weight for the yellow image. If all relative weights are equal, all
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.
Relative weight for the brightness image
(Used only if CMYK is selected as the color scheme)
Enter the relative weight for the brightness image. If all relative weights are equal, all
colors contribute equally in the final image. To weight colors relative to each other,
increase or decrease the relative weights.