|
|
|
The rendering intent for converting image colors. |
|
|
|
|
|
|
|
System.Object
System.ValueType
System.Enum
WebSupergoo.ImageGlue7.DrawOptions.RenderingIntentType
|
|
|
|
|
|
|
System.IComparable
System.IFormattable
System.IConvertible
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
RenderingIntent
|
|
|
|
|
|
|
None.
|