Click or drag to resize
TintEffect Properties

The TintEffect type exposes the following members.

Properties
  NameDescription
Public propertyBufferPrecision
[Win10_14393] Specifies what precision to use for intermediate buffers when drawing this effect.
Public propertyCacheOutput
[Win10_14393] Enables caching the output from drawing this effect.
Public propertyClampOutput
[Win10_14393] 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 propertyColor
[Win10_14393] Specifies the tint color to be applied. Default value white.
Public propertyColorHdr
[Win10_14393] Specifies the high-dynamic-range tint to be applied.
Public propertyStatic memberIsSupported
Checks whether TintEffect is supported on the current operating system version.
Public propertyName
[Win10_14393] Attaches a user-defined name string to the effect.
Public propertySource
[Win10_14393] Gets or sets the input source for Tint effect.
Top
See Also