Click or drag to resize
ColorManagementEffect Properties

The ColorManagementEffect 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 propertyName
Attaches a user-defined name string to the effect.
Public propertyOutputColorProfile
Gets or sets the ICC rendering intent of the output image.
Public propertyOutputRenderingIntent
Gets or sets the color profile of the output image.
Public propertyQuality
Gets or sets the quality to be used when transforming between different color profiles.
Public propertySource
Gets or sets the input source for ColorManagement effect.
Public propertySourceColorProfile
Gets or sets the color profile of the source image.
Public propertySourceRenderingIntent
Gets or sets the ICC rendering intent of the source image.
Top
See Also