Click or drag to resize
GammaTransferEffect Properties

The GammaTransferEffect type exposes the following members.

Properties
  NameDescription
Public propertyAlphaAmplitude
Scales the alpha channel. Default value 1.
Public propertyAlphaDisable
Disables the alpha channel transfer function. Default value false.
Public propertyAlphaExponent
Alpha channel color adjustment exponent. Default value 1.
Public propertyAlphaOffset
Offsets the alpha channel. Default value 0.
Public propertyBlueAmplitude
Scales the blue channel. Default value 1.
Public propertyBlueDisable
Disables the blue channel transfer function. Default value false.
Public propertyBlueExponent
Blue channel color adjustment exponent. Default value 1.
Public propertyBlueOffset
Offsets the blue channel. Default value 0.
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 propertyGreenAmplitude
Scales the green channel. Default value 1.
Public propertyGreenDisable
Disables the green channel transfer function. Default value false.
Public propertyGreenExponent
Green channel color adjustment exponent. Default value 1.
Public propertyGreenOffset
Offsets the green channel. Default value 0.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertyRedAmplitude
Scales the red channel. Default value 1.
Public propertyRedDisable
Disables the red channel transfer function. Default value false.
Public propertyRedExponent
Red channel color adjustment exponent. Default value 1.
Public propertyRedOffset
Offsets the red channel. Default value 0.
Public propertySource
Gets or sets the input source for GammaTransfer effect.
Top
See Also