[Overview][Constants][Types][Procedures and functions][Variables][Index] |
SetBKColor callback prototype
Source position: graphh.inc line 592
type SetBkColorProc = procedure( |
ColorNum: Word |
); |
SetBkColorProc is the procedure prototype for the SetBkColor method handler in TModeInfo. The procedure gets passed the color code for the color to set as background color.
|
Set background drawing color |
|
|
Record describing a graphical mode. |
|
|
GetBKColor callback prototype |