XRColorInterpolationMode (Windows Embedded CE 6.0)
1/6/2010
This enumeration determines how the colors in a gradient are interpolated.
Syntax
enum XRColorInterpolationMode{
XRColorInterpolationMode_ScRgbLinearInterpolation=0,
XRColorInterpolationMode_SRgbLinearInterpolation=1
};
Members
- XRColorInterpolationMode_ScRgbLinearInterpolation
Colors are interpolated in the extended RGB color space (scRGB).
- XRColorInterpolationMode_SRgbLinearInterpolation
Colors are interpolated in the standard RGB color space (sRGB).
Remarks
The mapping mode also influences interpolation.
.NET Framework Equivalent
System.Windows.Media.ColorInterpolationMode
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |