4 references to ScRgbLinearInterpolation
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\ColorInterpolationModeValidation.cs (1)
29
return (value == ColorInterpolationMode.
ScRgbLinearInterpolation
) ||
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
1970
bool ScRgb = interpolationMode == ColorInterpolationMode.
ScRgbLinearInterpolation
;
3656
if (ciMode == ColorInterpolationMode.
ScRgbLinearInterpolation
)
3680
if (ciMode == ColorInterpolationMode.
ScRgbLinearInterpolation
)