Gets or sets a value indicating whether the reduced color depth should be used when you save the TARGA file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public bool ReducedPrecision { get; set; }
true
then image is saved with reduced color depth, 16 bits per pixel: 5 bits for red, 6 bits for green, and 5 bits for blue, otherwise the standard 24bpp color depth is used.