VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorSphere Class / ColorSphere Constructors / ColorSphere Constructor(Rgb24Color,Double)
Syntax Requirements SeeAlso
In This Topic
    ColorSphere Constructor(Rgb24Color,Double)
    In This Topic
    Initializes a new instance of the ColorSphere class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal center
    Center of color sphere.
    As Rgb24Color, _
    ByVal radius
    Radius of color sphere.
    As Double _
    )
    public ColorSphere(
    Rgb24Color center,
    double radius
    )
    public: ColorSphere(
    Rgb24Color* center,
    double radius
    )
    public:
    ColorSphere(
    Rgb24Color^ center,
    double radius
    )

    Parameters

    center
    Center of color sphere.
    radius
    Radius of color sphere.
    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