Oh cool Habe es
Schreibe es hier mal schnell rein, falls es noch jemand brauchen kann!
Set textColor = CreateObject ("Photoshop.SolidColor")
textColor.RGB.Red = 255
textColor.RGB.Green = 255
textColor.RGB.Blue = 255
Hier stellt man die Farbe an und init. das Objekt mit dem Namen textColor
Und dann kann man es aufrufen durch
docref.ArtLayers(1).TextItem.Color= textColor
Schreibe es hier mal schnell rein, falls es noch jemand brauchen kann!
Set textColor = CreateObject ("Photoshop.SolidColor")
textColor.RGB.Red = 255
textColor.RGB.Green = 255
textColor.RGB.Blue = 255
Hier stellt man die Farbe an und init. das Objekt mit dem Namen textColor
Und dann kann man es aufrufen durch
docref.ArtLayers(1).TextItem.Color= textColor