XPS_COLOR_INTERPOLATION enumeration (xpsobjectmodel.h)
Describes the gamma function used for color interpolation.
Syntax
typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0002 {
XPS_COLOR_INTERPOLATION_SCRGBLINEAR = 1,
XPS_COLOR_INTERPOLATION_SRGBLINEAR
} XPS_COLOR_INTERPOLATION;
Constants
XPS_COLOR_INTERPOLATION_SCRGBLINEAR Value: 1 First, the color values are converted to scRGB, then a linear interpolation is performed between them. |
XPS_COLOR_INTERPOLATION_SRGBLINEAR First, the color values are converted to sRGB, then a linear interpolation is performed between them. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Header | xpsobjectmodel.h |