Share via


XPS_COLOR_INTERPOLATION enumeration

Describes the gamma function used for color interpolation.

Syntax

typedef enum  { 
  XPS_COLOR_INTERPOLATION_SCRGBLINEAR  = 1,
  XPS_COLOR_INTERPOLATION_SRGBLINEAR
} XPS_COLOR_INTERPOLATION;

Constants

  • XPS_COLOR_INTERPOLATION_SCRGBLINEAR
    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

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps]

Header

Xpsobjectmodel.h

IDL

XpsObjectModel.idl

See also

XML Paper Specification