AuthorMessage
Meka][Meka
Unstopable
Posts: 700

simple way of using the RGB method for colourizing
Code:

  Randomize;
  lblColour.Color := RGB(Random(255),Random(255),Random(255));