12345678
TImage *Image1; ... Image1->Picture->LoadFromFile("monochrome.bmp"); Image1->Picture->Bitmap->Canvas->Pen->Color = clBlue; Image1->Picture->Bitmap->Canvas->LineTo(100, 100); ...
Image1->Picture->Bitmap->Monochrome = false