A blend mode defines how two colors should be blended to create a new resulting color.
Every visual layer in ToonSquid has a blend mode which controls how each pixel of that layer should be blended with the layers below. Brushes also have a blend mode which defines how the brush stroke should be blended with the existing surface.
In the explanations of every blend mode, we use the following vocabulary:
When blending color A onto color B, we refer to A as the "top color" and B as the "bottom color". The result of the blending operation is called the "result color".
The red, green and blue components of a color are known as "channels".
This is the most common default blend mode of layers. The top color is mixed over the bottom color based on their transparency. If the top color is fully opaque, it simply replaces the bottom color.
This is a special blend mode that does not blend any colors itself. It is the default blend mode of the symbol layer, group layer and animation layer, i.e. all layers that themselves contain other layers.
It causes the blending to behave as if the layer with the Pass Through blend mode was simply replaced by all the layers inside of it, i.e. the layer should not perform any blending itself.
If the layer is forced to blend its contents - for example, due to an opacity of less than 100% - this behaves the same as the Normal
blend mode.
The result color uses the darkest channels of the top and the bottom color.
Multiplies the channels of the top color with the channels of the bottom color. The result is never brighter than either the top or the bottom color. When one of the colors is white, the result will be the other color. In all other cases, the result is darker than both initial colors. When either of the colors is black, the result is also black.
Darkens the bottom color channels to increase the contrast to the top color and then blends the top color on top.
Darkens the bottom color channels based on the top color by reducing their brightness. The result is less saturated than with Color Burn
.
The result color is either the top color or the bottom color, depending on which one is darker. (The difference to the Darken
blend mode is that Darken
picks the darker value of each channel whereas Darker Color
only cares about which color is darker overall).
The result color uses the lighter channels of the top and the bottom color.
This is the inverse of the Multiply
blend mode. It multiplies the inverse channel values of the top and bottom colors. The result is never darker than either the top or the bottom color. When one of the colors is black, the result will be the other color. When either of the colors is white, the result is also white.
Lightens the bottom color channels to decrease the contrast to the top color and then blends the top color on top.
Lightens the bottom color channels based on the top color by increasing their brightness and then blends the top color on top.
The result color is either the top color or the bottom color, depending on which one is lighter. (The difference to the Lighten
blend mode is that Lighten
picks the lighter value of each channel whereas Lighter Color
only cares about which color is lighter overall).
The Overlay
blend mode performs Multiply
blending at half strength if the bottom channel is darker than 50% gray and Screen
blending at half strength if the bottom channel is lighter than 50% gray.
This mode darkens the colors if the top color is darker than 50% gray and lightens the colors if the top color is lighter than 50% gray.
Similar to Overlay
, but uses the colors of the top layer instead to determine whether to multiply or to screen the colors.
Increases or decreases the contrast depending on if the top color is darker or lighter than 50% gray.
Increases or decreases the brightness depending on if the top color is lighter or darker than 50% gray.
Performs the Darken
blend mode if the top color is darker than 50% gray and performs the Lighten
blend mode if the top color is lighter than 50% gray.
Adds the channels of the top and bottom colors together. If the resulting value in a channel is 100%, this channel is set to 100% in the result color. Otherwise, it is set to 0%.
Therefore, the result color is always either, red, green, blue, black or white.
Subtracts the channel with the smaller value from the channel with the larger value for each of the three channels. Blend with white to invert the bottom color values.
Behaves similarly to the Difference
mode but results in lower contrast.
Subtracts the channels of the top color from the channels of the bottom color. Results less than 0 will be clamped to 0.
Divides the bottom color by the top color channels.
The result color uses the hue of the top color and the luminosity and saturation of the bottom color.
The result color uses the saturation of the top color and the luminosity and hue of the bottom color.
The result color uses the hue and saturation of the top color and the luminosity of the bottom color.
The result color uses the luminosity of the top color and the hue and saturation of the bottom color.
No search results