4D v13SVG_Filter_Blend |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13
SVG_Filter_Blend
|
SVG_Filter_Blend ( filterRef ; picture ; backgroundPict {; mode {; name}} ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
filterRef | SVG_Ref |
![]() |
Reference of filter | |||||
picture | String |
![]() |
Picture source | |||||
backgroundPict | String |
![]() |
Background picture source | |||||
mode | String |
![]() |
Mixing mode | |||||
name | String |
![]() |
Target of filter primitive | |||||
Function result | SVG_Ref |
![]() |
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.
Product: 4D
Theme: Filters
Number:
65923
Created: Composant 4D SVG v11.3
SVG_Filter_Blur
SVG_Filter_Offset