TgaSettings Constructor (CompressionType, Boolean)

Initializes a new instance of the TgaSettings class using the specified compression type and reduced precision.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public TgaSettings(
	CompressionType compression,
	bool reducedPrecision
)

Parameters

compression

Type: Aurigma.GraphicsMill.Codecs.CompressionType

The compression type.
reducedPrecision

Type: System.Boolean

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