Difference between revisions of "Bdisp GetPoint VRAM"
From WikiPrizm
Jump to navigationJump to searchm |
|||
Line 8: | Line 8: | ||
* '''x''': pixel column, 0 to 383. | * '''x''': pixel column, 0 to 383. | ||
* '''y''' - pixel row, 0 to 215. | * '''y''' - pixel row, 0 to 215. | ||
− | | returns = | + | | returns = The value of the specified [[Display#Color|pixel]]. |
− | |||
| comments = It is strongly recommended that you use the VRAM-modifying functions from the [[Useful Routines]] page instead. | | comments = It is strongly recommended that you use the VRAM-modifying functions from the [[Useful Routines]] page instead. | ||
}} | }} |
Revision as of 23:55, 16 May 2012
Contents
Synopsis
Header:
Syscall index:
Function signature: unsigned short Bdisp_GetPoint_VRAM(int x, int y)
Gets a single point (x, y) in the Video RAM (VRAM).
Parameters
- x: pixel column, 0 to 383.
- y - pixel row, 0 to 215.
Returns
The value of the specified pixel.
Comments
It is strongly recommended that you use the VRAM-modifying functions from the Useful Routines page instead.