forked from KolibriOS/kolibrios
Fix 32bpp description in SF65
git-svn-id: svn://kolibrios.org@6402 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
47b8ff4666
commit
e4f7770378
@ -2945,7 +2945,8 @@ Remarks:
|
|||||||
* Format of image with 24 bits per pixel: the color of each pixel
|
* Format of image with 24 bits per pixel: the color of each pixel
|
||||||
is coded as 3 bytes - sequentially blue, green, red components.
|
is coded as 3 bytes - sequentially blue, green, red components.
|
||||||
* Format of image with 32 bits per pixel: similar to 24, but
|
* Format of image with 32 bits per pixel: similar to 24, but
|
||||||
one additional ignored byte is present.
|
one additional ignored byte is present. It's format is BGRX,
|
||||||
|
where X is the ignored byte.
|
||||||
* The call to function 7 is equivalent to call to this function
|
* The call to function 7 is equivalent to call to this function
|
||||||
with esi=24, ebp=0.
|
with esi=24, ebp=0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user