VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / ColorReplaceSphere Class / NewColor Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    NewColor Property (ColorReplaceSphere)
    In This Topic
    Gets or sets a color which should be used instead of replaced color (color specified by Center property).
    Syntax
    'Declaration
    
    <DescriptionAttribute("Color which should be used instead of replaced color.")>
    Public Property NewColor As Vintasoft.Imaging.ImageColors.Rgb24Color
    
    
    [Description("Color which should be used instead of replaced color.")]
    public Vintasoft.Imaging.ImageColors.Rgb24Color NewColor { get; set; }
    
    
    [Description("Color which should be used instead of replaced color.")]
    public: __property Vintasoft.Imaging.ImageColors.Rgb24Color* get_NewColor();
    public: __property void set_NewColor(
    Vintasoft.Imaging.ImageColors.Rgb24Color* value
    );
    [Description("Color which should be used instead of replaced color.")]
    public:
    property Vintasoft.Imaging.ImageColors.Rgb24Color^ NewColor { Vintasoft.Imaging.ImageColors.Rgb24Color^ get(); void set(Vintasoft.Imaging.ImageColors.Rgb24Color^ value); }

    Property Value

    Default value is White.
    Exceptions
    ExceptionDescription
    Thrown if new color is null.
    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