RGB color CONTSTANTS

From: Bob Richardson (bobr)
Date: 11/27/04


Date: Fri, 26 Nov 2004 15:25:02 -0800

I can easily convert from RGB to TColor with the PaletteRGB(R,G,B) function.
Is there a way to define a TCOLOR constant using the RGB values?

e.g. something like

const
  MyColor = RGB???(41,49,107);