VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / WebColorReplaceSphere Class / newColor Property
Syntax Requirements SeeAlso
In This Topic
    newColor Property (WebColorReplaceSphere)
    In This Topic
    Gets or sets a color which should be used instead of replaced color.
    Syntax
    'Declaration
    
    Public Property newColor As WebColorBase
    
    
    public WebColorBase newColor { get; set; }
    
    
    public: __property WebColorBase* get_newColor();
    public: __property void set_newColor(
    WebColorBase* value
    );
    public:
    property WebColorBase^ newColor { WebColorBase^ get(); void set(WebColorBase^ value); }
    Requirements

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

    See Also