quantizationMethod Property (ChangePixelFormatToPaletteRequestParams)
Gets or sets a color quantization method.
'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
);
public:
property Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod quantizationMethod {
Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod get();
void set(Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod );
}
Property Value
Default value is Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod.AdvancedMedianCut.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5