PixelFormat.Format16bppSpot Property

Gets a 16bppSpot pixel format.

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

Syntax

C#
public static PixelFormat Format16bppSpot { get; }

Property Value

A PixelFormat representing 16 bits per pixel spot color.

Remarks

All 16 bits are used for the spot color level (extended pixel format); layout-wise this is identical to Format16bppGrayscale. An image using this pixel format requires an associated Ink to define the spot color.

See Also

Reference