VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AdvancedReplaceColorCommand Class / CreateColorReplaceSphereSequence(Rgb24Color,Rgb24Color,Rgb24Color,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateColorReplaceSphereSequence(Rgb24Color,Rgb24Color,Rgb24Color,Double,Double) Method (AdvancedReplaceColorCommand)
    In This Topic
    Creates a sequence of color spheres along linear color gradient that is specified by two colors.
    Syntax

    Parameters

    startColor
    Color of first sphere.
    stopColor
    Color of last sphere.
    replaceColor
    Replace color.
    sphereRadius
    Sphere radius in RGB color space.
    interpolationRadius
    Sphere interpolation radius, in range from 0 to 1.

    Return Value

    An array of ColorReplaceSphere.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also