Visible to Intel only — GUID: ezc1718286204851
Ixiasoft
Visible to Intel only — GUID: ezc1718286204851
Ixiasoft
11.3.2. Dimensions, Offsets, and Alpha Settings
If the configured settings for a given layer break the boundaries of the canvas, the corresponding pattern does not show.
- Width
- Height
- Alpha (transparency)
- Horizontal offset
- Vertical offset
You can change these settings during runtime if you turn on Memory-mapped control interface. If off, you must parameterize fixed values for each enabled layer.
This alpha blending setting affects the opacity per layer, given by an alpha value between 0 and 1 where 0 represents full transparency and 1 represents fully opaque.
The IP recursively applies alpha blending. Start with blending pattern 1 on top of pattern 0 to create an intermediate image, then blending pattern 2 on top of the intermediate image produced, until the IP blends all patterns.
Equation: Given pattern N represented as I_N
O1 = α × I1 + (1 - α) × I0
ON = α × IN + (1 - α) × I(N-2)