PixelFormat.Format80bppAcmyk Property

Gets a 80bppACMYK pixel format.

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

Syntax

C#
public static PixelFormat Format80bppAcmyk { get; }

Property Value

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

Remarks

16 bits each are used for the alpha, cyan, magenta, yellow, and black components (extended pixel format).

See Also

Reference