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

    Parameters

    red
    Value of red component of center of color sphere.
    green
    Value of green component of center of color sphere.
    blue
    Value of blue component of 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