Aloss | Precision loss of each color component (2[RGBA]loss) |
alpha | Overall surface alpha value |
Amask | Binary mask used to retrieve individual color values |
Ashift | Binary left shift of each color component in the pixel value |
BitsPerPixel | The number of bits used to represent each pixel in a surface. Usually 8, 16, 24 or 32. |
Bloss | Precision loss of each color component (2[RGBA]loss) |
Bmask | Binary mask used to retrieve individual color values |
Bshift | Binary left shift of each color component in the pixel value |
BytesPerPixel | The number of bytes used to represent each pixel in a surface. Usually one to four. |
colorkey | Pixel value of transparent pixels |
Gloss | Precision loss of each color component (2[RGBA]loss) |
Gmask | Binary mask used to retrieve individual color values |
Gshift | Binary left shift of each color component in the pixel value |
palette | Pointer to the palette, or NULL if the BitsPerPixel>8 Pointer to Sdl.SDL_Palette |
Rloss | Precision loss of each color component (2[RGBA]loss) |
Rmask | Binary mask used to retrieve individual color values |
Rshift | Binary left shift of each color component in the pixel value |
Equals (inherited from ValueType) | Indicates whether this instance and a specified object are equal. |
GetHashCode (inherited from ValueType) | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from ValueType) | Returns the fully qualified type name of this instance. |
Sdl.SDL_PixelFormat Class | Tao.Sdl Namespace