VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AdvancedReplaceColorCommand Class / UndefinedColor Property
Syntax Requirements SeeAlso
In This Topic
    UndefinedColor Property (AdvancedReplaceColorCommand)
    In This Topic
    Gets or sets color, which should be used if color is not contained in ColorReplaceSpheres.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A color, which should be used if color is not contained in ColorReplaceSpheres.")>
    Public Property UndefinedColor As Vintasoft.Imaging.ImageColors.Rgb24Color
    
    
    [Description("A color, which should be used if color is not contained in ColorReplaceSpheres.")]
    public Vintasoft.Imaging.ImageColors.Rgb24Color UndefinedColor { get; set; }
    
    
    [Description("A color, which should be used if color is not contained in ColorReplaceSpheres.")]
    public: __property Vintasoft.Imaging.ImageColors.Rgb24Color* get_UndefinedColor();
    public: __property void set_UndefinedColor(
    Vintasoft.Imaging.ImageColors.Rgb24Color* value
    );
    [Description("A color, which should be used if color is not contained in ColorReplaceSpheres.")]
    public:
    property Vintasoft.Imaging.ImageColors.Rgb24Color^ UndefinedColor { Vintasoft.Imaging.ImageColors.Rgb24Color^ get(); void set(Vintasoft.Imaging.ImageColors.Rgb24Color^ value); }

    Property Value

    Default value is null - color will not be changed.
    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