Subversion Repositories Kolibri OS

Rev

Rev 6272 | Rev 6427 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6272 Rev 6402
Line 2943... Line 2943...
2943
  * Format of image with 16 bits per pixel: the color of each pixel
2943
  * Format of image with 16 bits per pixel: the color of each pixel
2944
    is coded as RRRRRGGGGGGBBBBB (5+6+5).
2944
    is coded as RRRRRGGGGGGBBBBB (5+6+5).
2945
  * Format of image with 24 bits per pixel: the color of each pixel
2945
  * Format of image with 24 bits per pixel: the color of each pixel
2946
    is coded as 3 bytes - sequentially blue, green, red components.
2946
    is coded as 3 bytes - sequentially blue, green, red components.
2947
  * Format of image with 32 bits per pixel: similar to 24, but
2947
  * Format of image with 32 bits per pixel: similar to 24, but
2948
    one additional ignored byte is present.
2948
    one additional ignored byte is present. It's format is BGRX,
-
 
2949
    where X is the ignored byte.
2949
  * The call to function 7 is equivalent to call to this function
2950
  * The call to function 7 is equivalent to call to this function
2950
    with esi=24, ebp=0.
2951
    with esi=24, ebp=0.
Line 2951... Line 2952...
2951
 
2952
 
2952
---------------------- Constants for registers: ----------------------
2953
---------------------- Constants for registers: ----------------------