Table of Contents

Interface ISvgColor

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

The SvgColor interface corresponds to color value definition for properties 'stop-color', 'flood-color' and 'lighting-color' and is a base class for interface SvgPaint. It incorporates Svg's extended notion of color, which incorporates ICC-based color specifications.

Interface SVGColor does not correspond to the color basic data type. For the color basic data type, the applicable DOM interfaces are defined in CSS; in particular, see the ICssRgbColor interface.

public interface ISvgColor : ICssValue
Inherited Members

Properties

ColorType
IccColor
RgbColor

Methods

SetColor(SvgColorType, string, string)
SetRgbColor(string)
SetRgbColorIccColor(string, string)