VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ChangePixelFormatToPaletteRequestParams Class / quantizationMethod Property
Syntax Requirements SeeAlso
В этом разделе
    quantizationMethod Свойство (ChangePixelFormatToPaletteRequestParams)
    В этом разделе
    Возвращает или устанавливает метод квантования цвета.
    Синтаксис
    'Declaration
    
    Public Property quantizationMethod As Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod
    
    
    public Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod quantizationMethod { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod get_quantizationMethod();
    public: __property void set_quantizationMethod(
    Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod value
    );
    public:
    property Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod quantizationMethod { Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod get(); void set(Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod value); }

    Property Value

    Значение по умолчанию - Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod.AdvancedMedianCut.
    Требования

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

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