Grayscale

PixelDataFormat.Grayscale field

Gets the PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval.

public static PixelDataFormat Grayscale;

Property Value

The PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval.

See Also