Difference between revisions of "Bdisp EnableColor"
From WikiPrizm
Jump to navigationJump to search (Added Category:Syscalls) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{syscall |
− | = | + | | name = Bdisp_EnableColor |
− | + | | signature = void Bdisp_EnableColor(int n) | |
− | + | | synopsis = Enables or disables full color. | |
− | + | | parameters = | |
− | + | * '''n''': 0 to disable, 1 to enable. | |
− | Enables or disables full | + | }} |
− | |||
− | |||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:52, 16 May 2012
Synopsis
Header: Not documented
Syscall index: Not documented
Function signature: void Bdisp_EnableColor(int n)
Enables or disables full color.
Parameters
- n: 0 to disable, 1 to enable.