VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AdvancedReplaceColorCommand Class / ColorReplaceSpheres Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ColorReplaceSpheres Property (AdvancedReplaceColorCommand)
    In This Topic
    Gets or sets color spheres which defines colors which should be replaced.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Color spheres which defines colors which should be replaced.")>
    Public Property ColorReplaceSpheres As ColorReplaceSphere[]
    
    
    [Description("Color spheres which defines colors which should be replaced.")]
    public ColorReplaceSphere[] ColorReplaceSpheres { get; set; }
    
    
    [Description("Color spheres which defines colors which should be replaced.")]
    public: __property ColorReplaceSphere*[] get_ColorReplaceSpheres();
    public: __property void set_ColorReplaceSpheres(
    ColorReplaceSphere*[]* value
    );
    [Description("Color spheres which defines colors which should be replaced.")]
    public:
    property ColorReplaceSphere^[] ColorReplaceSpheres { ColorReplaceSphere^[] get(); void set(array<ColorReplaceSphere^>^ value); }

    Property Value

    By default the command replaces the red color with radius 100 to the green color with interpolation radius 0.5.
    Exceptions
    ExceptionDescription
    Thrown if old colors 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