VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / ColorNoiseClearCommand Class / ColorSpheres Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ColorSpheres Property (ColorNoiseClearCommand)
    In This Topic
    Gets or sets an array of colors, presented as color spheres, which should be replaced.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An array of colors, presented as color spheres, which should be replaced.")>
    Public Property ColorSpheres As Vintasoft.Imaging.ImageColors.ColorSphere[]
    
    
    [Description("An array of colors, presented as color spheres, which should be replaced.")]
    public Vintasoft.Imaging.ImageColors.ColorSphere[] ColorSpheres { get; set; }
    
    
    [Description("An array of colors, presented as color spheres, which should be replaced.")]
    public: __property Vintasoft.Imaging.ImageColors.ColorSphere*[] get_ColorSpheres();
    public: __property void set_ColorSpheres(
    Vintasoft.Imaging.ImageColors.ColorSphere*[]* value
    );
    [Description("An array of colors, presented as color spheres, which should be replaced.")]
    public:
    property Vintasoft.Imaging.ImageColors.ColorSphere^[] ColorSpheres { Vintasoft.Imaging.ImageColors.ColorSphere^[] get(); void set(array<Vintasoft.Imaging.ImageColors.ColorSphere^>^ value); }

    Property Value

    Default value is an array with 1 color sphere: Red sphere with radius 0.5.
    Exceptions
    ExceptionDescription
    Thrown if old colors is null.
    Thrown if old colors is empty.
    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