PixelDataFormat.Rgb16Bpp555

PixelDataFormat.Rgb16Bpp555 property

Gets the PixelDataFormat defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined.

public static PixelDataFormat Rgb16Bpp555 { get; }

Property Value

The PixelDataFormat defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined.

See Also