PixelFormat.Format32bppRgb Property

Gets a 32bppRGB pixel format.

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

Syntax

C#
public static PixelFormat Format32bppRgb { get; }

Property Value

A PixelFormat representing 32 bits per pixel RGB color.

Remarks

8 bits each are used for the red, green, and blue components. The rest 8 bits are unused.

See Also

Reference