PixelFormat.Format24bppRgb Property

Gets a 24bppRGB pixel format.

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

Syntax

C#
public static PixelFormat Format24bppRgb { get; }

Property Value

A PixelFormat representing 24 bits per pixel RGB color.

Remarks

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

See Also

Reference