After having installed the library and added a brush object, you must initialize the object with:
brush1.New1(cBlue) or
brush1.New1(RGB (100,124,55))
Afterwards you can modify it's color whenever you want with:
brush1.Color = cRed or
brush1.Color = RGB (100,100,100)
Best regards.
__________________
Klaus
Switzerland
|