PixelFormat.Format64bppCmyk Property

Gets a 64bppCMYK pixel format.

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

Syntax

C#
public static PixelFormat Format64bppCmyk { get; }

Property Value

A PixelFormat representing 64 bits per pixel CMYK color.

Remarks

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

See Also

Reference