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); }
'Declaration Public Property quantizationMethod As Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod
Property Value
Default value is Vintasoft.Imaging.ImageProcessing.ColorQuantizationMethod.AdvancedMedianCut.