<?xml version="1.0"?>
<doc>
    <assembly>
        <name>RGB.NET.Brushes</name>
    </assembly>
    <members>
        <member name="T:RGB.NET.Brushes.ConicalGradientBrush">
            <inheritdoc cref="T:RGB.NET.Core.AbstractBrush" />
            <inheritdoc cref="T:RGB.NET.Brushes.IGradientBrush" />
            <summary>
            Represents a brush drawing a conical gradient.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.ConicalGradientBrush.Origin">
            <summary>
            Gets or sets the origin (radian-angle) this <see cref="T:RGB.NET.Brushes.ConicalGradientBrush"/> is drawn to. (default: -π/2)
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.ConicalGradientBrush.Center">
            <summary>
            Gets or sets the center <see cref="T:RGB.NET.Core.Point"/> (as percentage in the range [0..1]) of the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> drawn by this <see cref="T:RGB.NET.Brushes.ConicalGradientBrush"/>. (default: 0.5, 0.5)
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.ConicalGradientBrush.Gradient">
            <inheritdoc />
            <summary>
            Gets or sets the gradient drawn by the brush. If null it will default to full transparent.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.ConicalGradientBrush.#ctor">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" /> class.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.ConicalGradientBrush.#ctor(RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" /> class.
            </summary>
            <param name="gradient">The <see cref="T:RGB.NET.Brushes.Gradients.IGradient" /> drawn by this <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" />.</param>
        </member>
        <member name="M:RGB.NET.Brushes.ConicalGradientBrush.#ctor(RGB.NET.Core.Point,RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" /> class.
            </summary>
            <param name="center">The center <see cref="T:RGB.NET.Core.Point" /> (as percentage in the range [0..1]).</param>
            <param name="gradient">The <see cref="T:RGB.NET.Brushes.Gradients.IGradient" /> drawn by this <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" />.</param>
        </member>
        <member name="M:RGB.NET.Brushes.ConicalGradientBrush.#ctor(RGB.NET.Core.Point,System.Single,RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" /> class.
            </summary>
            <param name="center">The center <see cref="T:RGB.NET.Core.Point" /> (as percentage in the range [0..1]).</param>
            <param name="origin">The origin (radian-angle) the <see cref="T:RGB.NET.Core.IBrush" /> is drawn to.</param>
            <param name="gradient">The <see cref="T:RGB.NET.Brushes.Gradients.IGradient" /> drawn by this <see cref="T:RGB.NET.Brushes.ConicalGradientBrush" />.</param>
        </member>
        <member name="M:RGB.NET.Brushes.ConicalGradientBrush.GetColorAtPoint(RGB.NET.Core.Rectangle,RGB.NET.Core.BrushRenderTarget)">
            <inheritdoc />
        </member>
        <member name="T:RGB.NET.Brushes.IGradientBrush">
            <inheritdoc />
            <summary>
            Represents a basic gradient-brush.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.IGradientBrush.Gradient">
            <summary>
            Gets the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> used by this <see cref="T:RGB.NET.Brushes.IGradientBrush"/>.
            </summary>
        </member>
        <member name="T:RGB.NET.Brushes.LinearGradientBrush">
            <inheritdoc cref="T:RGB.NET.Core.AbstractBrush" />
            <inheritdoc cref="T:RGB.NET.Brushes.IGradientBrush" />
            <summary>
            Represents a brush drawing a linear gradient.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.LinearGradientBrush.StartPoint">
            <summary>
            Gets or sets the start <see cref="T:RGB.NET.Core.Point"/> (as percentage in the range [0..1]) of the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> drawn by this <see cref="T:RGB.NET.Brushes.LinearGradientBrush"/>. (default: 0.0, 0.5)
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.LinearGradientBrush.EndPoint">
            <summary>
            Gets or sets the end <see cref="T:RGB.NET.Core.Point"/>  (as percentage in the range [0..1]) of the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> drawn by this <see cref="T:RGB.NET.Brushes.LinearGradientBrush"/>. (default: 1.0, 0.5)
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.LinearGradientBrush.Gradient">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.LinearGradientBrush.#ctor">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.LinearGradientBrush" /> class.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.LinearGradientBrush.#ctor(RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.LinearGradientBrush" /> class.
            </summary>
            <param name="gradient">The <see cref="T:RGB.NET.Brushes.Gradients.IGradient" /> drawn by this <see cref="T:RGB.NET.Brushes.LinearGradientBrush" />.</param>
        </member>
        <member name="M:RGB.NET.Brushes.LinearGradientBrush.#ctor(RGB.NET.Core.Point,RGB.NET.Core.Point,RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.LinearGradientBrush" /> class.
            </summary>
            <param name="startPoint">The start <see cref="T:RGB.NET.Core.Point" /> (as percentage in the range [0..1]).</param>
            <param name="endPoint">The end <see cref="T:RGB.NET.Core.Point" /> (as percentage in the range [0..1]).</param>
            <param name="gradient">The <see cref="T:RGB.NET.Brushes.Gradients.IGradient" /> drawn by this <see cref="T:RGB.NET.Brushes.LinearGradientBrush" />.</param>
        </member>
        <member name="M:RGB.NET.Brushes.LinearGradientBrush.GetColorAtPoint(RGB.NET.Core.Rectangle,RGB.NET.Core.BrushRenderTarget)">
            <inheritdoc />
            <summary>
            Gets the color at an specific point assuming the brush is drawn into the given rectangle.
            </summary>
            <param name="rectangle">The rectangle in which the brush should be drawn.</param>
            <param name="renderTarget">The target (key/point) from which the color should be taken.</param>
            <returns>The color at the specified point.</returns>
        </member>
        <member name="T:RGB.NET.Brushes.RadialGradientBrush">
            <inheritdoc cref="T:RGB.NET.Core.AbstractBrush" />
            <inheritdoc cref="T:RGB.NET.Brushes.IGradientBrush" />
            <summary>
            Represents a brush drawing a radial gradient around a center point.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.RadialGradientBrush.Center">
            <summary>
            Gets or sets the center <see cref="T:RGB.NET.Core.Point"/> (as percentage in the range [0..1]) around which the <see cref="T:RGB.NET.Brushes.RadialGradientBrush"/> should be drawn. (default: 0.5, 0.5)
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.RadialGradientBrush.Gradient">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.RadialGradientBrush.#ctor">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.RadialGradientBrush" /> class.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.RadialGradientBrush.#ctor(RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.RadialGradientBrush" /> class.
            </summary>
            <param name="gradient">The gradient drawn by the brush.</param>
        </member>
        <member name="M:RGB.NET.Brushes.RadialGradientBrush.#ctor(RGB.NET.Core.Point,RGB.NET.Brushes.Gradients.IGradient)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.RadialGradientBrush" /> class.
            </summary>
            <param name="center">The center point (as percentage in the range [0..1]).</param>
            <param name="gradient">The gradient drawn by the brush.</param>
        </member>
        <member name="M:RGB.NET.Brushes.RadialGradientBrush.GetColorAtPoint(RGB.NET.Core.Rectangle,RGB.NET.Core.BrushRenderTarget)">
            <inheritdoc />
        </member>
        <member name="T:RGB.NET.Brushes.SolidColorBrush">
            <inheritdoc />
            <summary>
            Represents a brush drawing only a single color.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.SolidColorBrush.Color">
            <summary>
            Gets or sets the <see cref="P:RGB.NET.Brushes.SolidColorBrush.Color"/> drawn by this <see cref="T:RGB.NET.Brushes.SolidColorBrush"/>.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.SolidColorBrush.#ctor(RGB.NET.Core.Color)">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.SolidColorBrush" /> class.
            </summary>
            <param name="color">The <see cref="P:RGB.NET.Brushes.SolidColorBrush.Color" /> drawn by this <see cref="T:RGB.NET.Brushes.SolidColorBrush" />.</param>
        </member>
        <member name="M:RGB.NET.Brushes.SolidColorBrush.GetColorAtPoint(RGB.NET.Core.Rectangle,RGB.NET.Core.BrushRenderTarget)">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.SolidColorBrush.op_Explicit(RGB.NET.Core.Color)~RGB.NET.Brushes.SolidColorBrush">
            <summary>
            Converts a <see cref="P:RGB.NET.Brushes.SolidColorBrush.Color" /> to a <see cref="T:RGB.NET.Brushes.SolidColorBrush" />.
            </summary>
            <param name="color">The <see cref="P:RGB.NET.Brushes.SolidColorBrush.Color"/> to convert.</param>
        </member>
        <member name="M:RGB.NET.Brushes.SolidColorBrush.op_Implicit(RGB.NET.Brushes.SolidColorBrush)~RGB.NET.Core.Color">
            <summary>
            Converts a <see cref="T:RGB.NET.Brushes.SolidColorBrush" /> to a <see cref="P:RGB.NET.Brushes.SolidColorBrush.Color" />.
            </summary>
            <param name="brush">The <see cref="P:RGB.NET.Brushes.SolidColorBrush.Color"/> to convert.</param>
        </member>
        <member name="T:RGB.NET.Brushes.Gradients.AbstractGradient">
            <inheritdoc cref="T:RGB.NET.Core.AbstractDecoratable`1" />
            <inheritdoc cref="T:RGB.NET.Brushes.Gradients.IGradient" />
            <summary>
            Represents a basic gradient.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.Gradients.AbstractGradient.GradientStops">
            <summary>
            Gets a list of the stops used by this <see cref="T:RGB.NET.Brushes.Gradients.AbstractGradient"/>.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.Gradients.AbstractGradient.WrapGradient">
            <summary>
            Gets or sets if the Gradient wraps around if there isn't a second stop to take.
            Example: There is a stop at offset 0.0, 0.5 and 0.75. 
            Without wrapping offset 1.0 will be calculated the same as 0.75; with wrapping it would be the same as 0.0.
            </summary>
        </member>
        <member name="E:RGB.NET.Brushes.Gradients.AbstractGradient.GradientChanged">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.AbstractGradient"/> class.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.#ctor(RGB.NET.Brushes.Gradients.GradientStop[])">
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.AbstractGradient"/> class.
            </summary>
            <param name="gradientStops">The stops with which the gradient should be initialized.</param>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.#ctor(System.Boolean,RGB.NET.Brushes.Gradients.GradientStop[])">
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.AbstractGradient"/> class.
            </summary>
            <param name="wrapGradient">Specifies whether the gradient should wrapp or not (see <see cref="P:RGB.NET.Brushes.Gradients.AbstractGradient.WrapGradient"/> for an example of what this means).</param>
            <param name="gradientStops">The stops with which the gradient should be initialized.</param>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.ClipOffset(System.Double)">
            <summary>
            Clips the offset and ensures, that it is inside the bounds of the stop list.
            </summary>
            <param name="offset"></param>
            <returns></returns>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.GetColor(System.Double)">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.Move(System.Double)">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.AbstractGradient.OnGradientChanged">
            <summary>
            Should be called to indicate that the gradient was changed.
            </summary>
        </member>
        <member name="T:RGB.NET.Brushes.Gradients.GradientStop">
            <summary>
            Represents a stop on a gradient.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.Gradients.GradientStop.Offset">
            <summary>
            Gets or sets the percentage offset to place this <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/>. This should be inside the range of [0..1] but it's not necessary.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.Gradients.GradientStop.Color">
            <summary>
            Gets or sets the <see cref="P:RGB.NET.Brushes.Gradients.GradientStop.Color"/> of this <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/>.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.GradientStop.#ctor(System.Double,RGB.NET.Core.Color)">
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/> class.
            </summary>
            <param name="offset">The percentage offset to place this <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/>.</param>
            <param name="color">The <see cref="P:RGB.NET.Brushes.Gradients.GradientStop.Color"/> of the <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/>.</param>
        </member>
        <member name="T:RGB.NET.Brushes.Gradients.IGradient">
            <inheritdoc />
            <summary>
            Represents a basic gradient.
            </summary>
        </member>
        <member name="E:RGB.NET.Brushes.Gradients.IGradient.GradientChanged">
            <summary>
            Occurs if the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> is changed.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.IGradient.GetColor(System.Double)">
            <summary>
            Gets the <see cref="T:RGB.NET.Core.Color"/> of the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> on the specified offset.
            </summary>
            <param name="offset">The percentage offset to take the <see cref="T:RGB.NET.Core.Color"/> from.</param>
            <returns>The <see cref="T:RGB.NET.Core.Color"/> at the specific offset.</returns>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.IGradient.Move(System.Double)">
            <summary>
            Moves the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> by the provided offset.
            </summary>
            <param name="offset">The offset the <see cref="T:RGB.NET.Brushes.Gradients.IGradient"/> should be moved.</param>
        </member>
        <member name="T:RGB.NET.Brushes.Gradients.LinearGradient">
            <inheritdoc />
            <summary>
            Represents a linear interpolated gradient with n stops.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.LinearGradient.#ctor">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.LinearGradient" /> class.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.LinearGradient.#ctor(RGB.NET.Brushes.Gradients.GradientStop[])">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.LinearGradient" /> class.
            </summary>
            <param name="gradientStops">The stops with which the gradient should be initialized.</param>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.LinearGradient.#ctor(System.Boolean,RGB.NET.Brushes.Gradients.GradientStop[])">
            <inheritdoc />
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.AbstractGradient" /> class.
            </summary>
            <param name="wrapGradient">Specifies whether the gradient should wrapp or not (see <see cref="P:RGB.NET.Brushes.Gradients.AbstractGradient.WrapGradient" /> for an example of what this means).</param>
            <param name="gradientStops">The stops with which the gradient should be initialized.</param>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.LinearGradient.GetColor(System.Double)">
            <inheritdoc />
            <summary>
            Gets the linear interpolated <see cref="T:RGB.NET.Core.Color" /> at the given offset.
            </summary>
            <param name="offset">The percentage offset to take the color from.</param>
            <returns>The <see cref="T:RGB.NET.Core.Color" /> at the specific offset.</returns>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.LinearGradient.GetEnclosingGradientStops(System.Double,System.Collections.Generic.LinkedList{RGB.NET.Brushes.Gradients.GradientStop},System.Boolean)">
            <summary>
            Get the two <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/>s encapsulating the given offset.
            </summary>
            <param name="offset">The reference offset.</param>
            <param name="orderedStops">The ordered list of <see cref="T:RGB.NET.Brushes.Gradients.GradientStop"/> to choose from.</param>
            <param name="wrap">Bool indicating if the gradient should be wrapped or not.</param>
            <returns></returns>
        </member>
        <member name="T:RGB.NET.Brushes.Gradients.RainbowGradient">
            <inheritdoc cref="T:RGB.NET.Core.AbstractDecoratable`1" />
            <inheritdoc cref="T:RGB.NET.Brushes.Gradients.IGradient" />
            <summary>
            Represents a rainbow gradient which circles through all colors of the HUE-color-space.<br />
            See <see href="http://upload.wikimedia.org/wikipedia/commons/a/ad/HueScale.svg" /> as reference.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.Gradients.RainbowGradient.StartHue">
            <summary>
            Gets or sets the hue (in degrees) to start from.
            </summary>
        </member>
        <member name="P:RGB.NET.Brushes.Gradients.RainbowGradient.EndHue">
            <summary>
            Gets or sets the hue (in degrees) to end the with.
            </summary>
        </member>
        <member name="E:RGB.NET.Brushes.Gradients.RainbowGradient.GradientChanged">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.RainbowGradient.#ctor(System.Double,System.Double)">
            <summary>
            Initializes a new instance of the <see cref="T:RGB.NET.Brushes.Gradients.RainbowGradient"/> class.
            </summary>
            <param name="startHue">The hue (in degrees) to start from (default: 0)</param>
            <param name="endHue">The hue (in degrees) to end with (default: 360)</param>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.RainbowGradient.GetColor(System.Double)">
            <inheritdoc />
            <summary>
            Gets the color on the rainbow at the given offset.
            </summary>
            <param name="offset">The percentage offset to take the color from.</param>
            <returns>The color at the specific offset.</returns>
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.RainbowGradient.Move(System.Double)">
            <inheritdoc />
        </member>
        <member name="M:RGB.NET.Brushes.Gradients.RainbowGradient.OnGradientChanged">
            <summary>
            Should be called to indicate that the gradient was changed.
            </summary>
        </member>
        <member name="T:RGB.NET.Brushes.IGradientDecorator">
            <inheritdoc />
            <summary>
            Represents a basic decorator decorating a <see cref="T:RGB.NET.Brushes.Gradients.IGradient" />.
            </summary>
        </member>
        <member name="T:RGB.NET.Brushes.Helper.GradientHelper">
            <summary>
            Offers some extensions and helper-methods for gradient related things.
            </summary>
        </member>
        <member name="M:RGB.NET.Brushes.Helper.GradientHelper.CalculateLinearGradientOffset(RGB.NET.Core.Point,RGB.NET.Core.Point,RGB.NET.Core.Point)">
            <summary>
            Calculates the offset of an given <see cref="T:RGB.NET.Core.Point"/> on an gradient.
            </summary>
            <param name="startPoint">The start <see cref="T:RGB.NET.Core.Point"/> of the gradient.</param>
            <param name="endPoint">The end <see cref="T:RGB.NET.Core.Point"/> of the gradient.</param>
            <param name="point">The <see cref="T:RGB.NET.Core.Point"/> on the gradient to which the offset is calculated.</param>
            <returns>The offset of the <see cref="T:RGB.NET.Core.Point"/> on the gradient.</returns>
        </member>
        <member name="M:RGB.NET.Brushes.Helper.GradientHelper.CalculateDistance(RGB.NET.Core.Point,RGB.NET.Core.Point,RGB.NET.Core.Point)">
            <summary>
            Returns the signed magnitude of a <see cref="T:RGB.NET.Core.Point"/> on a vector.
            </summary>
            <param name="point">The <see cref="T:RGB.NET.Core.Point"/> on the vector of which the magnitude should be calculated.</param>
            <param name="origin">The origin of the vector.</param>
            <param name="direction">The direction of the vector.</param>
            <returns>The signed magnitude of a <see cref="T:RGB.NET.Core.Point"/> on a vector.</returns>
        </member>
        <member name="M:RGB.NET.Brushes.Helper.GradientHelper.CalculateDistance(RGB.NET.Core.Point,RGB.NET.Core.Point)">
            <summary>
            Calculated the distance between two <see cref="T:RGB.NET.Core.Point"/>.
            </summary>
            <param name="point1">The first <see cref="T:RGB.NET.Core.Point"/>.</param>
            <param name="point2">The second <see cref="T:RGB.NET.Core.Point"/>.</param>
            <returns>The distance between the two <see cref="T:RGB.NET.Core.Point"/>.</returns>
        </member>
    </members>
</doc>
