ImageResizeSettingsColorQuantizationMethod Property |
Gets or sets the color quantization method.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 20.12
Syntaxpublic ColorQuantizationMethod ColorQuantizationMethod { get; set; }
Public Property ColorQuantizationMethod As ColorQuantizationMethod
Get
Set
public:
property ColorQuantizationMethod ColorQuantizationMethod {
ColorQuantizationMethod get ();
void set (ColorQuantizationMethod value);
}
member ColorQuantizationMethod : ColorQuantizationMethod with get, set
Property Value
Type:
ColorQuantizationMethod
The color quantization method.
See Also