PixelDataFormat.GrayscaleAlpha

PixelDataFormat.GrayscaleAlpha property

Gets the PixelDataFormat defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component.

public static PixelDataFormat GrayscaleAlpha { get; }

Property Value

The PixelDataFormat defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component.

See Also