Skip to content

Latest commit

 

History

History
121 lines (113 loc) · 2.42 KB

blend_filters.md

File metadata and controls

121 lines (113 loc) · 2.42 KB

Blend filters

Image blends

  • 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

Color blends

  • 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