EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method FindPixels

    FindPixels<TColor, TDepth>(Image<TColor, TDepth>, TColor)

    Declaration
    public static Point[] FindPixels<TColor, TDepth>(this Image<TColor, TDepth> image, TColor lower) where TColor : struct, IColor where TDepth : new()
    Parameters
    Type Name Description
    Image<TColor, TDepth> image
    TColor lower
    Returns
    Type Description
    Point[]
    Type Parameters
    Name Description
    TColor
    TDepth

    FindPixels<TColor, TDepth>(Image<TColor, TDepth>, TColor, TColor)

    Declaration
    public static Point[] FindPixels<TColor, TDepth>(this Image<TColor, TDepth> image, TColor lower, TColor higher) where TColor : struct, IColor where TDepth : new()
    Parameters
    Type Name Description
    Image<TColor, TDepth> image
    TColor lower
    TColor higher
    Returns
    Type Description
    Point[]
    Type Parameters
    Name Description
    TColor
    TDepth
    © Xab3r. All rights reserved.