[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Graph' (#rtl)

setrgbpaletteproc

This routine prototype is a hook for SetRGBPalette

Declaration

Source position: graphh.inc line 546

type setrgbpaletteproc = procedure(

  ColorNum: SmallInt;

  RedValue: SmallInt;

  GreenValue: SmallInt;

  BlueValue: SmallInt

);