The rendering intent for converting image colors.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue7.DrawOptions.RenderingIntentType
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
AbsoluteColorimetric All colors within the original color gamut are mapped exactly to the same colors within the destination color space.
Perceptual The whole original gamut is compressed until it fits within the gamut of the destination color space.
RelativeColorimetric Leaves all colors the same when they fall within the destination gamut but those that fall outside the destination gamut are mapped to the nearest 'in gamut' equivalent.
Saturation Preserves the relative saturation of the 'out of gamut' colors as they are mapped from one color gamut to the other even at the expense of having accurate hue and lightness.
See Also

RenderingIntent

Example

None.