Hallo! Danke für deine Antwort.
Das habe ich versucht, allerdings tut sich bei mir nichts.
Was kann man color den für Werte mitgeben? Warum ist das nur 1 integer?
so hab ichs gemacht:
Code:
AdImageList := TAdImageList.Create( AdDraw );
with AdImageList.Add( 'raumschiff' ) do
begin
Texture.LoadGraphicFromFile( 'bilder/raumschiff.png', true, clMaroon );
PatternWidth := 82;
PatternHeight := 82;
end;
AdImageList.Find('raumschiff').Color := 200;
muss ich das noch irgendwie abspeichern?
MfG