PixelFormat.Format48bppRgb Property

Gets a 48bppRGB pixel format.

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

Syntax

C#
public static PixelFormat Format48bppRgb { get; }

Property Value

A PixelFormat representing 48 bits per pixel RGB color

Remarks

16 bits each are used for the red, green, and blue components (extended pixel format).

See Also

Reference