Click or drag to resize
DiscreteTransferEffect Properties

The DiscreteTransferEffect type exposes the following members.

Properties
  NameDescription
Public propertyAlphaDisable
Disables the alpha channel transfer table. Default value false.
Public propertyAlphaTable
List of values defining the transfer function for the alpha channel. Default value {0,1}.
Public propertyBlueDisable
Disables the blue channel transfer table. Default value false.
Public propertyBlueTable
List of values defining the transfer function for the blue channel. Default value {0,1}.
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 propertyGreenDisable
Disables the green channel transfer table. Default value false.
Public propertyGreenTable
List of values defining the transfer function for the green channel. Default value {0,1}.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertyRedDisable
Disables the red channel transfer table. Default value false.
Public propertyRedTable
List of values defining the transfer function for the red channel. Default value {0,1}.
Public propertySource
Gets or sets the input source for DiscreteTransfer effect.
Top
See Also