ColorInterpolation Enum
Contents
[
Hide
]ColorInterpolation enumeration
Specifies the color interpolation mode for SVG elements and filters.
public enum ColorInterpolation
Values
Name | Value | Description |
---|---|---|
Auto | 0 | Automatically determines the color interpolation mode. |
SRGB | 1 | Uses the standard RGB color space (sRGB) for color interpolation. |
LinearRGB | 2 | Uses a linear RGB color space for color interpolation. |
Remarks
Color interpolation in SVG affects how colors are calculated and blended in both graphical elements and filter effects. Different modes can significantly impact the appearance of color transitions, gradients, and overall color rendering. This setting is crucial for achieving the desired visual outcome in SVG graphics.
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG