XPS_COLOR_INTERPOLATION-Enumeration (xpsobjectmodel.h)
Beschreibt die Gammafunktion, die für die Farbinterpolation verwendet wird.
Syntax
typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0002 {
XPS_COLOR_INTERPOLATION_SCRGBLINEAR = 1,
XPS_COLOR_INTERPOLATION_SRGBLINEAR
} XPS_COLOR_INTERPOLATION;
Konstanten
XPS_COLOR_INTERPOLATION_SCRGBLINEAR Wert: 1 Zuerst werden die Farbwerte in scRGB konvertiert, dann wird eine lineare Interpolation zwischen ihnen durchgeführt. |
XPS_COLOR_INTERPOLATION_SRGBLINEAR Zuerst werden die Farbwerte in sRGB konvertiert, dann wird eine lineare Interpolation zwischen ihnen durchgeführt. |
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | xpsobjectmodel.h |