We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d3b75 commit 4284f96Copy full SHA for 4284f96
README.md
@@ -67,7 +67,9 @@ app = ps.Application()
67
doc = app.documents.add()
68
new_doc = doc.artLayers.add()
69
text_color = ps.SolidColor()
70
+text_color.rgb.red = 0
71
text_color.rgb.green = 255
72
+text_color.rgb.blue = 0
73
new_text_layer = new_doc
74
new_text_layer.kind = ps.LayerKind.TextLayer
75
new_text_layer.textItem.contents = 'Hello, World!'
0 commit comments