- ColorBlend
- ColorBurnBlend
- ColorDodgeBlend
- DarkenBlend
- DifferenceBlend
- ExclusionBlend
- HardLightBlend
- HueBlend
- LightenBlend
- LuminosityBlend
- ModulateBlend
- MultiplyBlend
- OverlayBlend
- PlusBlend
- SaturationBlend
- ScreenBlend
- SoftLightBlend
All image blends have the same props
| prop | type | default | desc |
|---|---|---|---|
| dstImage | Filterable | - | required |
| dstTransform | Transform |
{ anchor: { x: 0.5, y: 0.5 },
translate: { x: 0.5, y: 0.5 },
scale: 'COVER',
rotate: 0 }
|
|
| srcImage | Filterable | - | required |
| srcTransform | Transform |
{ anchor: { x: 0.5, y: 0.5 },
translate: { x: 0.5, y: 0.5 },
scale: 'COVER',
rotate: 0 }
|
|
| resizeCanvasTo | 'dstImage' | 'srcImage' | - | can be used when one image is created by a Generator to specify that canvas size is equal to another image size |
- ColorBlendColor
- ColorBurnBlendColor
- ColorDodgeBlendColor
- DarkenBlendColor
- DifferenceBlendColor
- ExclusionBlendColor
- HardLightBlendColor
- HueBlendColor
- LightenBlendColor
- LuminosityBlendColor
- ModulateBlendColor
- MultiplyBlendColor
- OverlayBlendColor
- PlusBlendColor
- SaturationBlendColor
- ScreenBlendColor
- SoftLightBlendColor
All color blends have the same props
| prop | type | default | desc |
|---|---|---|---|
| dstImage | Filterable | - | required |
| srcColor | string | - | required |