API Diff between 0.16.4 and 1.0.0-alpha-111
42 Additions
197 Removals
AngleSharp.Css
AngleSharp.Css.Dom
AngleSharp.Css.Parser
AngleSharp.Css.Values
-
public struct CssAngleValue : IEquatable<CssAngleValue>, IComparable<CssAngleValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssAttrValue : ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssAttrValue>
-
public sealed class CssBackgroundSizeValue : IEquatable<CssBackgroundSizeValue>, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssBorderImageSliceValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssBorderImageSliceValue>
-
public sealed class CssCalcValue : ICssRawValue, ICssValue, IEquatable<ICssValue>, ICssFunctionValue
-
public struct CssColorValue : IEquatable<CssColorValue>, IComparable<CssColorValue>, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssConstantValue<T> : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssConstantValue<T>>
-
public sealed class CssContentValue : ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssContentValue>
-
public struct CssCounterDefinitionValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssCounterDefinitionValue>
-
public struct CssCounterValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssCounterValue>
-
public class CssFlowRelativeValue<T> : ICssMultipleValue, ICssValue, IEquatable<ICssValue>, IEnumerable<ICssValue>, IEnumerable, IEquatable<CssFlowRelativeValue<T>> where T : ICssValue
-
public struct CssFractionValue : IEquatable<CssFractionValue>, IComparable<CssFractionValue>, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssFrequencyValue : IEquatable<CssFrequencyValue>, IComparable<CssFrequencyValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssGradientStopValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssGradientStopValue>
-
public struct CssIdentifierValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssIdentifierValue>
-
public sealed class CssImageRepeatsValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssImageRepeatsValue>
-
public struct CssIntegerValue : IEquatable<CssIntegerValue>, IComparable<CssIntegerValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssLengthValue : IEquatable<CssLengthValue>, IComparable<CssLengthValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssLineNamesValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssLineNamesValue>
-
public struct Color : IEquatable<Color>, IComparable<Color>, ICssPrimitiveValue, ICssValue
- public static readonly Color Black
- public static readonly Color Blue
- public static readonly Color CurrentColor
- public static readonly Color Green
- public static readonly Color InvertedColor
- public static readonly Color Magenta
- public static readonly Color PureGreen
- public static readonly Color Red
- public static readonly Color Transparent
- public static readonly Color White
- public static bool UseHex { get; set; }
- public byte A { get; }
- public double Alpha { get; }
- public byte B { get; }
- public string CssText { get; }
- public byte G { get; }
- public byte R { get; }
- public int Value { get; }
- public Color(byte r, byte g, byte b)
- public Color(byte r, byte g, byte b, byte a)
- public static Color FromFlexHex(string color)
- public static Color FromGray(byte number, double alpha = 1)
- public static Color FromGray(double value, double alpha = 1)
- public static Color FromHex(string color)
- public static Color FromHsl(double h, double s, double l)
- public static Color FromHsla(double h, double s, double l, double alpha)
- public static Color FromHwb(double h, double w, double b)
- public static Color FromHwba(double h, double w, double b, double alpha)
- public static Color? FromName(string name)
- public static Color FromRgb(byte r, byte g, byte b)
- public static Color FromRgba(byte r, byte g, byte b, double a)
- public static Color FromRgba(double r, double g, double b, double a)
- public static Color Mix(Color above, Color below)
- public static Color Mix(double alpha, Color above, Color below)
- public static bool op_Equality(Color a, Color b)
- public static bool op_Inequality(Color a, Color b)
- public static bool TryFromHex(string color, out Color value)
- public bool Equals(Color other)
-
public class CssListValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public struct CssNumberValue : IEquatable<CssNumberValue>, IComparable<CssNumberValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssOriginValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssOriginValue>
-
public struct CssPercentageValue : IEquatable<CssPercentageValue>, IComparable<CssPercentageValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public class CssPeriodicValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public struct CssPoint2D : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssPoint2D>
-
public struct CssQuoteValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssQuoteValue>
-
public sealed class CssRadialGradientValue : ICssGradientFunctionValue, ICssImageValue, ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssRadialGradientValue>
-
public class CssRadiusValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public struct CssRatioValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssRatioValue>
-
public sealed class CssReferenceValue : ICssRawValue, ICssValue, IEquatable<ICssValue>
-
public struct CssResolutionValue : IEquatable<CssResolutionValue>, IComparable<CssResolutionValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssRunningValue : ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssRunningValue>
-
public sealed class CssShadowValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssShadowValue>
-
public sealed class CssShapeValue : ICssValue, IEquatable<ICssValue>, ICssFunctionValue, IEquatable<CssShapeValue>
-
public sealed class CssSkewValue : ICssTransformFunctionValue, ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssSkewValue>
-
public struct CssStringValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssStringValue>
-
public sealed class CssSymbolsValue : ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssSymbolsValue>
-
public struct CssTimeValue : IEquatable<CssTimeValue>, IComparable<CssTimeValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssTupleValue : CssTupleValue<ICssValue>
-
public class CssTupleValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public sealed class CssUrlValue : ICssImageValue, ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssUrlValue>
-
public sealed class CssVarValue : ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssVarValue>
-
public interface ICssComputeContext
-
public interface ICssGradientFunctionValue : ICssImageValue, ICssFunctionValue, ICssValue, IEquatable<ICssValue>
-
public interface ICssMetricValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>