ArithmeticCompositeEffect Properties |
The ArithmeticCompositeEffect type exposes the following members.
Name | Description | |
---|---|---|
BufferPrecision | Specifies what precision to use for intermediate buffers when drawing this effect. | |
CacheOutput | Enables caching the output from drawing this effect. | |
ClampOutput | If set, the effect clamps color values to between 0 and 1 before passing
them on to the next effect in the graph. If false, the effect will not clamp
values, although subsequent effects or the output surface may later clamp if
they are not of high enough precision. Default value false. | |
MultiplyAmount | Weights how much the multiplication result (Source1 * Source2)
should be included in the output image. Default value 1. | |
Name | Attaches a user-defined name string to the effect. | |
Offset | Adds a constant offset to the output image. Default value 0. | |
Source1 | Gets or sets the first input source for ArithmeticComposite effect. | |
Source1Amount | Weights how much the first image (Source1) should be included in
the output image. Default value 0. | |
Source2 | Gets or sets the second input source for ArithmeticComposite effect. | |
Source2Amount | Weights how much the second image (Source2) should be included in
the output image. Default value 0. |