Class ColorManagementEffect.Props
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
public sealed class ColorManagementEffect.Props : CustomEffectProperties
- Inheritance
-
ColorManagementEffect.Props
- Inherited Members
Constructors
Properties
- AlphaMode
How to interpret alpha data that is contained in the input image.
The default value is ColorManagementAlphaMode.Premultiplied.
- DestinationColorContext
The destination color space information. The default value is null.
- DestinationRenderingIntent
Which ICC rendering intent to use. The default value is ColorManagementRenderingIntent.Perceptual.
- Quality
The quality level of the transform. The default value is ColorManagementQuality.Best.
- SourceColorContext
The source color space information. The default value is null.
- SourceRenderingIntent
Which ICC rendering intent to use. The default value is ColorManagementRenderingIntent.Perceptual.