Bdisp GetPoint DD
From WikiPrizm
Jump to navigationJump to search
Synopsis
Header: Not documented
Syscall index: Not documented
Function signature: unsigned short Bdisp_GetPoint_DD(int x, int y);
Get the value of a pixel on screen.
Parameters
- x: pixel column, 0 to 383.
- y: pixel row, 0 to 215.
Returns
- The value of the pixel at (x,y) on the screen, which is a 5-6-5 RGB triple.