[Overview][Constants][Types][Procedures and functions][Variables][Index] |
This routine prototype is a hook for GetRGBPalette
Source position: graphh.inc line 582
type getrgbpaletteproc = procedure( |
ColorNum: SmallInt; |
var RedValue: SmallInt; |
var GreenValue: SmallInt; |
var BlueValue: SmallInt |
); |