API Diff between 0.8.2 and 0.8.5
223 Additions
77 Removals
AngleSharp
AngleSharp.Css
AngleSharp.Css.Values
-
public struct Angle : IEquatable<Angle>, IComparable<Angle>, IFormattable
-
public struct Color : IEquatable<Color>, IComparable<Color>, IFormattable
-
public struct Frequency : IEquatable<Frequency>, IComparable<Frequency>, IFormattable
-
public struct GradientStop
-
public struct Length : IEquatable<Length>, IComparable<Length>, IFormattable
-
public struct Number : IEquatable<Number>, IComparable<Number>, IFormattable
-
public struct Percent : IEquatable<Percent>, IComparable<Percent>, IFormattable
-
public struct Point
-
public struct Resolution : IEquatable<Resolution>, IComparable<Resolution>, IFormattable
-
public sealed class Shadow
- public Length BlurRadius { get; }
- public Color Color { get; }
- public Length BlurRadius { get; }
- public Color Color { get; }
- public Length OffsetX { get; }
- public Length OffsetY { get; }
- public Length SpreadRadius { get; }
- public Shadow(bool inset, Length offsetX, Length offsetY, Length blurRadius, Length spreadRadius, Color color)
- public Length OffsetX { get; }
- public Length OffsetY { get; }
- public Length SpreadRadius { get; }
- public Shadow(bool inset, Length offsetX, Length offsetY, Length blurRadius, Length spreadRadius, Color color)
-
public sealed class Shape
-
public struct Time : IEquatable<Time>, IComparable<Time>, IFormattable
AngleSharp.Dom
AngleSharp.Dom.Css
-
public struct Angle : IEquatable<Angle>, IComparable<Angle>, IFormattable, ICssValue
-
public struct Color : IEquatable<Color>, IComparable<Color>, IFormattable, ICssValue
- public static readonly Color Black
- public static readonly Color Blue
- public static readonly Color Green
- 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 byte A { get; }
- public double Alpha { get; }
- public byte B { 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 Color(byte r, byte g, byte b, double a)
- public static Color FromHex(string color)
- public static Color FromHsl(float h, float s, float l)
- public static Color FromHsla(float h, float s, float l, float 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 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 string ToString(string format, IFormatProvider formatProvider)
-
public class CssStyleEngine : IStyleEngine
-
public enum CssValueType
-
public enum FontWeight
-
public struct Frequency : IEquatable<Frequency>, IComparable<Frequency>, IFormattable, ICssValue
-
public interface ICssProperty
-
public interface ICssValue
-
public interface IKeyframeSelector
-
public struct Length : IEquatable<Length>, IComparable<Length>, IFormattable, ICssValue
-
public struct Number : IEquatable<Number>, IComparable<Number>, IFormattable, ICssValue
-
public struct Percent : IEquatable<Percent>, IComparable<Percent>, IFormattable, ICssValue
-
public struct Resolution : IEquatable<Resolution>, IComparable<Resolution>, IFormattable, ICssValue
-
public struct Time : IEquatable<Time>, IComparable<Time>, IFormattable, ICssValue
AngleSharp.Dom.Html
AngleSharp.Dom.Io
AngleSharp.Dom.Svg
AngleSharp.Dom.Xml
AngleSharp.Network
AngleSharp.Parser.Css
AngleSharp.Parser.Html
AngleSharp.Parser.Xml
AngleSharp.Scripting
AngleSharp.Services
AngleSharp.Services.Default
AngleSharp.Services.Scripting
AngleSharp.Services.Styling