TgaWriter.ReducedPrecision Property

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)

Syntax

C#
public bool ReducedPrecision { get; set; }

Property Value

If 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.

See Also

Reference