4D v13

SVG_Filter_Blend

Home

 
4D v13
SVG_Filter_Blend

SVG_Filter_Blend 


 

SVG_Filter_Blend ( filterRef ; picture ; backgroundPict {; mode {; name}} ) -> Function result 
Parameter Type   Description
filterRef  SVG_Ref in Reference of filter
picture  String in Picture source
backgroundPict  String in Background picture source
mode  String in Mixing mode
name  String in Target of filter primitive
Function result  SVG_Ref in Reference of primitive

The SVG_Filter_Blend command sets a blend filter for the filterRef filter and returns its reference. If filterRef is not a filter reference, an error is generated.

This filter is made up of two sources, backgroundPict and picture, with the help of the mixing modes currently used by the imaging software.

The optional mode parameter can be used to set the combination mode of the pixels used for the blend (see the specification). Its value must be: "normal" (default value), "multiply", "screen", "darken" or "lighten".

The optional name parameter is the name, if any, assigned to the result of this filter primitive.

 
PROPERTIES 

Product: 4D
Theme: Filters
Number: 65923

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: Composant 4D SVG v11.3

 
SEE ALSO 

SVG_Filter_Blur
SVG_Filter_Offset