Does anyone know how it is possible to create a new pen mode so that I can use it in this way:
shape1.pen.mode:=pmCustom;
Then I m gonna define what color each pixel must have. For example, I d create a pen mode that paints blue when behind the specified pixel is a light colored one; and paints white when the behind pixel is dark.
预 收