PixelFormat.Format40bppAcmyk Property

Gets a 40bppACMYK pixel format.

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

Syntax

C#
public static PixelFormat Format40bppAcmyk { get; }

Property Value

A PixelFormat representing 40 bits per pixel CMYK color with alpha channel.

Remarks

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

See Also

Reference