VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / AdvancedReplaceColorCommand Class / UndefinedColor Property
Синтаксис Требования Смотрите также
В этом разделе
    UndefinedColor Свойство (AdvancedReplaceColorCommand)
    В этом разделе
    Возвращает или задает цвет, который следует использовать, если цвет не содержится в ColorReplaceSpheres.
    Синтаксис
    '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

    Значение по умолчанию равно null - цвет не будет изменен.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также