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)
1971
bool ScRgb = interpolationMode == ColorInterpolationMode.
ScRgbLinearInterpolation
;
3657
if (ciMode == ColorInterpolationMode.
ScRgbLinearInterpolation
)
3681
if (ciMode == ColorInterpolationMode.
ScRgbLinearInterpolation
)