Tao.Sdl SDK Documentation |
|
Sdl.SDL_PixelFormat.BitsPerPixel Field
The number of bits used to represent each pixel in a surface. Usually 8, 16, 24 or 32.
[Visual Basic]
Public BitsPerPixel As
Byte
[C#]
public
byte BitsPerPixel;
See Also
Sdl.SDL_PixelFormat Class | Tao.Sdl Namespace