ColorConverter.DestinationPixelFormat Property

Gets or sets a destination pixel format.

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

Syntax

C#
public PixelFormat DestinationPixelFormat { get; set; }

Property Value

A PixelFormat to convert an image to. The default value is Format24bppRgb.

See Also

Reference