ColorInterpolationMode
ColorInterpolationMode
ColorInterpolationMode
ColorInterpolationMode
Enum
Definition
Determines how the colors in a gradient are interpolated.
public : enum class ColorInterpolationModepublic enum ColorInterpolationModePublic Enum ColorInterpolationMode// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| ScRgbLinearInterpolation ScRgbLinearInterpolation ScRgbLinearInterpolation ScRgbLinearInterpolation | Colors are interpolated in the scRGB color space. |
| SRgbLinearInterpolation SRgbLinearInterpolation SRgbLinearInterpolation SRgbLinearInterpolation | Colors are interpolated in the sRGB color space. |