PixelFormat.Format32bppCmyk Property

Gets a 32bppCMYK pixel format.

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

Syntax

C#
public static PixelFormat Format32bppCmyk { get; }

Property Value

A PixelFormat representing 32 bits per pixel CMYK color.

Remarks

8 bits each are used for the cyan, magenta, yellow, and black components.

See Also

Reference