VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorSphere Class / Center Property
Syntax Requirements SeeAlso
In This Topic
    Center Property (ColorSphere)
    In This Topic
    Gets or sets the center of color sphere.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The center of color sphere.")>
    Public Property Center As Rgb24Color
    
    
    [Description("The center of color sphere.")]
    public Rgb24Color Center { get; set; }
    
    
    [Description("The center of color sphere.")]
    public: __property Rgb24Color* get_Center();
    public: __property void set_Center(
    Rgb24Color* value
    );
    [Description("The center of color sphere.")]
    public:
    property Rgb24Color^ Center { Rgb24Color^ get(); void set(Rgb24Color^ value); }

    Property Value

    Default value is black color - RGB(0,0,0).
    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