Click or drag to resize
ColorMatrixEffect Properties

The ColorMatrixEffect type exposes the following members.

Properties
  NameDescription
Public propertyAlphaMode
Specifies the treatment of alpha. Default value Premultiplied.
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 propertyColorMatrix
The color transform matrix.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertySource
Gets or sets the input source for ColorMatrix effect.
Top
See Also