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

setrgbpaletteproc

This routine prototype is a hook for SetRGBPalette

Declaration

Source position: graphh.inc line 548

type setrgbpaletteproc = procedure(

  ColorNum: SmallInt;

  RedValue: SmallInt;

  GreenValue: SmallInt;

  BlueValue: SmallInt

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.