GifOptionsDoPaletteCorrection Property |
Gets or sets a value indicating whether palette correction is applied.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public bool DoPaletteCorrection { get; set; }
Public Property DoPaletteCorrection As Boolean
Get
Set
public:
property bool DoPaletteCorrection {
bool get ();
void set (bool value);
}
member DoPaletteCorrection : bool with get, set
Property Value
Type:
Booleantrue if palette correction is applied; otherwise,
false.
Remarks Palette correction means that whenever image is exported to GIF the source image colors will be analyzed
in order to build the best matching palette (in case image Palette does not exist or not specified in the options).
The analyze process takes some time however the output image will have the best matching color palette and result is visually better.
See Also