Click or drag to resize
ArithmeticCompositeEffect Properties

The ArithmeticCompositeEffect type exposes the following members.

Properties
  NameDescription
Public propertyBufferPrecision
Specifies what precision to use for intermediate buffers when drawing this effect.
Public propertyCacheOutput
Enables caching the output from drawing this effect.
Public propertyClampOutput
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.
Public propertyMultiplyAmount
Weights how much the multiplication result (Source1 * Source2) should be included in the output image. Default value 1.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertyOffset
Adds a constant offset to the output image. Default value 0.
Public propertySource1
Gets or sets the first input source for ArithmeticComposite effect.
Public propertySource1Amount
Weights how much the first image (Source1) should be included in the output image. Default value 0.
Public propertySource2
Gets or sets the second input source for ArithmeticComposite effect.
Public propertySource2Amount
Weights how much the second image (Source2) should be included in the output image. Default value 0.
Top
See Also