SetBkColorProc
SetBKColor callback prototype
Declaration
Source position: graphh.inc line 598
Type
SetBkColorProc = procedure(ColorNum: ColorType)
Description
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.
See also
Name | Description |
---|---|
GetBkColorProc | GetBKColor callback prototype |
SetBkColor | Set background drawing color |
TModeInfo | Record describing a graphical mode. |