Click or drag to resize
HighlightsAndShadowsEffect Properties

The HighlightsAndShadowsEffect 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 propertyClarity
How much to increase or decrease the mid-tone contrast of the image. Default value 0, range -1 to 1.
Public propertyHighlights
How much to increase or decrease the brighter parts of the image. Default value 0, range -1 to 1.
Public propertyMaskBlurAmount
Controls the size of the region used around a pixel to classify it as highlight or shadow. Lower values result in more localized adjustments. Default value 1.25, range 0 to 10.
Public propertyName
Attaches a user-defined name string to the effect.
Public propertyShadows
How much to increase or decrease the darker parts of the image. Default value 0, range -1 to 1.
Public propertySource
Gets or sets the input source for HighlightsAndShadows effect.
Public propertySourceIsLinearGamma
Specifies whether the source image uses linear gamma as opposed to the default sRGB.
Top
See Also