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