VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Color Namespace / BinarizeCommand Class / LuminanceComputationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    LuminanceComputationMode Свойство (BinarizeCommand)
    В этом разделе
    Возвращает или устанавливает режим вычисления яркости.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Sum)>
    <DescriptionAttribute("The luminance computation mode.")>
    Public Property LuminanceComputationMode As Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode
    
    
    [DefaultValue(Sum)]
    [Description("The luminance computation mode.")]
    public Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode LuminanceComputationMode { get; set; }
    
    
    [DefaultValue(Sum)]
    [Description("The luminance computation mode.")]
    public: __property Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode get_LuminanceComputationMode();
    public: __property void set_LuminanceComputationMode(
    Vintasoft.Imaging.ImageProcessing.LuminanceComputationMode value
    );

    Property Value

    Значение по умолчанию - LuminanceComputationMode.Sum.
    Требования

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

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