Vips.BlendMode (original) (raw)
Enumeration
VipsBlendMode
Declaration
Members
Where the second object is drawn, the first is removed.
- Value:
0 - Available since: 8.0
The second object is drawn as if nothing were below.
- Value:
1 - Available since: 8.0
The image shows what you would expect if you held two semi-transparent slides on top of each other.
- Value:
2 - Available since: 8.0
The first object is removed completely, the second is only drawn where the first was.
- Value:
3 - Available since: 8.0
The second is drawn only where the first isn’t.
- Value:
4 - Available since: 8.0
This leaves the first object mostly intact, but mixes both objects in the overlapping area.
- Value:
5 - Available since: 8.0
Leaves the first object untouched, the second is discarded completely.
- Value:
6 - Available since: 8.0
Like OVER, but swaps the arguments.
- Value:
7 - Available since: 8.0
Like IN, but swaps the arguments.
- Value:
8 - Available since: 8.0
Like OUT, but swaps the arguments.
- Value:
9 - Available since: 8.0
Like ATOP, but swaps the arguments.
- Value:
10 - Available since: 8.0
Something like a difference operator.
- Value:
11 - Available since: 8.0
A bit like adding the two images.
- Value:
12 - Available since: 8.0
A bit like the darker of the two.
- Value:
13 - Available since: 8.0
At least as dark as the darker of the two inputs.
- Value:
14 - Available since: 8.0
At least as light as the lighter of the inputs.
- Value:
15 - Available since: 8.0
Multiplies or screens colors, depending on the lightness.
- Value:
16 - Available since: 8.0
The darker of each component.
- Value:
17 - Available since: 8.0
The lighter of each component.
- Value:
18 - Available since: 8.0
Brighten first by a factor second.
- Value:
19 - Available since: 8.0
Darken first by a factor of second.
- Value:
20 - Available since: 8.0
Multiply or screen, depending on lightness.
- Value:
21 - Available since: 8.0
Darken or lighten, depending on lightness.
- Value:
22 - Available since: 8.0
Difference of the two.
- Value:
23 - Available since: 8.0
Somewhat like DIFFERENCE, but lower-contrast.
- Value:
24 - Available since: 8.0
No description available.
- Value:
25 - Available since: 8.0