PixelDataFormat.Rgb24Bpp

PixelDataFormat.Rgb24Bpp property

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

public static PixelDataFormat Rgb24Bpp { get; }

Property Value

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

See Also