Namespace:Aurigma.GraphicsMill Assembly:Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
C#
public static PixelFormat Format32bppAspot { get; }
Property Value
A PixelFormat representing 32 bits per pixel spot color with alpha channel.
Remarks
16 bits are used for alpha channel and other 16 bits are used for the spot color level (extended pixel format). An image using this pixel format requires an associated Ink to define the spot color.